aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-02-11 02:23:38 +0100
committerdec05eba <dec05eba@protonmail.com>2024-02-11 02:23:38 +0100
commitc609c48b6e42272a69e96bf6e4dfdabaaaca3276 (patch)
treee9c1be1276723f6a46d17bc08b2d657e1f5b8417 /build.sh
parent12bd7676aedd80d0a5ac44aa90a2f3ca2018dda4 (diff)
Remove 'remove password prompt' button, automate it
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 fabf40b..a42492a 100755
--- a/build.sh
+++ b/build.sh
@@ -10,7 +10,7 @@ opts="-O2 -g0 -DNDEBUG -Wall -Wextra -Werror -s"
[ -n "$DEBUG" ] && opts="-O0 -g3 -Wall -Wextra -Werror";
build_gsr_gtk() {
- dependencies="gtk+-3.0 x11 xrandr libpulse libcap libdrm wayland-egl wayland-client"
+ dependencies="gtk+-3.0 x11 xrandr libpulse libdrm wayland-egl wayland-client"
includes="$(pkg-config --cflags $dependencies)"
libs="$(pkg-config --libs $dependencies) -ldl"
$CC -c src/egl.c $opts $includes