build(wayland): setup cmake for wayland module

This commit is contained in:
outfoxxed 2024-02-20 03:12:05 -08:00
parent c6dde9ca9d
commit b0567a569b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 71 additions and 5 deletions

View file

@ -20,6 +20,9 @@ in pkgs.mkShell {
clang-tools_17
cmake
pkg-config
wayland-scanner
qt6.wrapQtAppsHook
makeWrapper
];
@ -29,8 +32,11 @@ in pkgs.mkShell {
qt6.qtdeclarative
qt6.qtwayland
qtlayershell
wayland
wayland-protocols
];
QTWAYLANDSCANNER = "${pkgs.qt6.qtwayland}/libexec/qtwaylandscanner";
TIDYFOX = "${tidyfox}/lib/libtidyfox.so";
shellHook = ''