diff options
| author | Roy Marples <roy@marples.name> | 2020-08-08 11:47:57 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-08-08 11:47:57 +0100 |
| commit | 6280f2d25143cd212ad56a6ca6db9033187a82fe (patch) | |
| tree | a27ed790441b15a0e7eed34c0f4a824c92f31cef | |
| parent | 7e0666e2059b66927d5144a20f0846bb4db54ab5 (diff) | |
| download | dhcpcd-ui-6280f2d25143cd212ad56a6ca6db9033187a82fe.tar.xz | |
configure: Fix notify for gtk
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -389,8 +389,9 @@ if [ -n "$WITH_GTK" -a "$WITH_GTK" != no ]; then if ! pkg-config --cflags libnotify >/dev/null 2>&3; then echo "libnotify not found" >&2 [ "$NOTIFY" = yes -a -n "$_WITH_GTK" ] && exit 1 + else + NOTIFY=yes fi - NOTIFY=yes fi if [ "$NOTIFY" = yes ]; then PKG="$PKG${PKG:+ }libnotify" |
