summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-04-25 16:37:44 +0200
committerSimon Rettberg2023-04-25 16:37:44 +0200
commitf1094c1e16ebb01dc32606b87a0cbe89b4f1c718 (patch)
tree1ee77165dc48dabc38195612194fa44b28e58556
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
-rw-r--r--core/modules/looking-glass-client/module.build5
-rw-r--r--core/modules/looking-glass-client/module.conf.debian16
-rw-r--r--core/modules/looking-glass-client/module.conf.ubuntu16
3 files changed, 21 insertions, 16 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."
diff --git a/core/modules/looking-glass-client/module.conf.debian b/core/modules/looking-glass-client/module.conf.debian
index 00a5d1a9..4c8ecc4c 100644
--- a/core/modules/looking-glass-client/module.conf.debian
+++ b/core/modules/looking-glass-client/module.conf.debian
@@ -1,23 +1,25 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
- gcc
- pkg-config
- gawk
binutils-dev
cmake
fonts-freefont-ttf
+ gawk
+ gcc
+ libegl-dev
libfontconfig1-dev
libgl-dev
libgles-dev
- libegl-dev
libgmp-dev
+ libpulse-dev
+ libsamplerate0-dev
libspice-protocol-dev
- nettle-dev
libx11-dev
- libxpresent-dev
libxfixes-dev
- libxkbcommon-x11-dev
libxi-dev
libxinerama-dev
+ libxkbcommon-x11-dev
+ libxpresent-dev
libxss-dev
+ nettle-dev
+ pkg-config
"
diff --git a/core/modules/looking-glass-client/module.conf.ubuntu b/core/modules/looking-glass-client/module.conf.ubuntu
index 00a5d1a9..4c8ecc4c 100644
--- a/core/modules/looking-glass-client/module.conf.ubuntu
+++ b/core/modules/looking-glass-client/module.conf.ubuntu
@@ -1,23 +1,25 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
- gcc
- pkg-config
- gawk
binutils-dev
cmake
fonts-freefont-ttf
+ gawk
+ gcc
+ libegl-dev
libfontconfig1-dev
libgl-dev
libgles-dev
- libegl-dev
libgmp-dev
+ libpulse-dev
+ libsamplerate0-dev
libspice-protocol-dev
- nettle-dev
libx11-dev
- libxpresent-dev
libxfixes-dev
- libxkbcommon-x11-dev
libxi-dev
libxinerama-dev
+ libxkbcommon-x11-dev
+ libxpresent-dev
libxss-dev
+ nettle-dev
+ pkg-config
"