diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-02-11 02:23:38 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-02-11 02:23:38 +0100 |
commit | c609c48b6e42272a69e96bf6e4dfdabaaaca3276 (patch) | |
tree | e9c1be1276723f6a46d17bc08b2d657e1f5b8417 /build.sh | |
parent | 12bd7676aedd80d0a5ac44aa90a2f3ca2018dda4 (diff) |
Remove 'remove password prompt' button, automate it
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |