Fix caelestia shell

This commit is contained in:
Paddy Milner 2025-08-26 15:47:04 +01:00
parent 3690f9f7e0
commit 9a8c2156a0

View file

@ -54,6 +54,7 @@ src_compile() {
cd ${S}/plugin
CMAKE_USE_DIR=${S}/plugin
cmake_build -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DINSTALL_QMLDIR=/usr/lib/qt6/qml
cmake_build --build build
}