diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-11-29 21:54:38 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-11-29 21:54:38 +0100 |
commit | 84bc482c28a9198edc8a1377742b13be3a56c058 (patch) | |
tree | a84d7e9f1d8defbcf776d4e9b47fc48c5473e127 /build.sh | |
parent | e8df27fe6dc76335e4a12a713b23c9bc59d6bccb (diff) |
Check if flatpak gsr kms server has cap instead of config option
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |