diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-08 20:27:41 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-08 20:27:41 +0200 |
commit | 1fee0afdb43562c2b78118b27b2b1db4f9e53404 (patch) | |
tree | 12d374ba01b26d461508cb7abdc424f3d0f5908a /build.sh | |
parent | 96b6286bc6a9f4e82c0d2499626770e68506f63c (diff) |
Use libayatana-appindicator instead of deprecated libappindicator
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" [ -n "$DEBUG" ] && opts="-O0 -g3 -Wall -Wextra -Werror"; build_gsr_gtk() { - dependencies="gtk+-3.0 x11 xrandr libpulse libdrm wayland-egl wayland-client appindicator3-0.1" + dependencies="gtk+-3.0 x11 xrandr libpulse libdrm wayland-egl wayland-client ayatana-appindicator3-0.1" includes="$(pkg-config --cflags $dependencies)" libs="$(pkg-config --libs $dependencies) -ldl" $CC -c src/egl.c $opts $includes |