kranewl

A wlroots-based dynamic Wayland compositor, written in C++, configurable with Lua
git clone git://git.deurzen.net/kranewl
Log | Files | Refs | LICENSE

commit f3d8f33d3972e962c5cbe3e7b43b73bc894bc461
parent 6456838fd75c730df8ccb916fc0115030c03070f
Author: deurzen <max@deurzen.net>
Date:   Mon, 28 Nov 2022 20:07:16 +0100

updates pkg-config Lua resolution

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -144,7 +144,7 @@ add_executable(kranec ) pkg_check_modules(spdlog REQUIRED IMPORTED_TARGET spdlog) -pkg_check_modules(lua REQUIRED IMPORTED_TARGET lua54) +pkg_check_modules(lua REQUIRED IMPORTED_TARGET lua5.4) pkg_check_modules(cairo REQUIRED IMPORTED_TARGET cairo) pkg_check_modules(pangocairo REQUIRED IMPORTED_TARGET pangocairo) pkg_check_modules(wayland_server REQUIRED IMPORTED_TARGET wayland-server)