summaryrefslogtreecommitdiffstats
path: root/core/modules/looking-glass-client/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2023-04-25 16:37:44 +0200
committerSimon Rettberg2023-04-25 16:37:44 +0200
commitf1094c1e16ebb01dc32606b87a0cbe89b4f1c718 (patch)
tree1ee77165dc48dabc38195612194fa44b28e58556 /core/modules/looking-glass-client/module.build
parent[looking-glass-client] Update to B6 (diff)
downloadmltk-f1094c1e16ebb01dc32606b87a0cbe89b4f1c718.tar.gz
mltk-f1094c1e16ebb01dc32606b87a0cbe89b4f1c718.tar.xz
mltk-f1094c1e16ebb01dc32606b87a0cbe89b4f1c718.zip
[looking-glass-client] Update to B6
Diffstat (limited to 'core/modules/looking-glass-client/module.build')
-rw-r--r--core/modules/looking-glass-client/module.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/modules/looking-glass-client/module.build b/core/modules/looking-glass-client/module.build
index 179d7e72..9e1a27f8 100644
--- a/core/modules/looking-glass-client/module.build
+++ b/core/modules/looking-glass-client/module.build
@@ -11,8 +11,9 @@ build() {
mkdir -p "${SRCDIR}/client/build" || perror "Failed to create CMake build directory!"
cde "${SRCDIR}/client/build"
- cmake -DENABLE_WAYLAND=no \
- -DENABLE_X11=yes \
+ cmake -DENABLE_WAYLAND=OFF \
+ -DENABLE_PIPEWIRE=OFF \
+ -DENABLE_X11=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
../ || perror "'cmake' failed."
make || perror "'make' failed."