aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-11-29 21:54:38 +0100
committerdec05eba <dec05eba@protonmail.com>2023-11-29 21:54:38 +0100
commit84bc482c28a9198edc8a1377742b13be3a56c058 (patch)
treea84d7e9f1d8defbcf776d4e9b47fc48c5473e127 /build.sh
parente8df27fe6dc76335e4a12a713b23c9bc59d6bccb (diff)
Check if flatpak gsr kms server has cap instead of config option
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c0c14ad..9327b62 100755
--- a/build.sh
+++ b/build.sh
@@ -15,7 +15,7 @@ build_wayland_protocol() {
}
build_gsr_gtk() {
- dependencies="gtk+-3.0 x11 xrandr libpulse libdrm wayland-egl wayland-client"
+ dependencies="gtk+-3.0 x11 xrandr libpulse libcap libdrm wayland-egl wayland-client"
includes="$(pkg-config --cflags $dependencies)"
libs="$(pkg-config --libs $dependencies) -ldl"
$CC -c src/egl.c $opts $includes