Make all target build dunstify as well

This commit is contained in:
Nikos Tsipinakis 2020-04-04 15:44:50 +02:00
parent b4633a0061
commit 523d5e199e
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ DEPS := ${SRC:.c=.d} ${TEST_SRC:.c=.d}
.PHONY: all debug .PHONY: all debug
all: doc dunst service all: doc dunst dunstify service
debug: CFLAGS += ${CPPFLAGS_DEBUG} ${CFLAGS_DEBUG} debug: CFLAGS += ${CPPFLAGS_DEBUG} ${CFLAGS_DEBUG}
debug: LDFLAGS += ${LDFLAGS_DEBUG} debug: LDFLAGS += ${LDFLAGS_DEBUG}

View File

@ -43,9 +43,9 @@ pkg_config_packs := gio-2.0 \
"xrandr >= 1.5" \ "xrandr >= 1.5" \
xscrnsaver xscrnsaver
# dunstify also needs libnotify
pkg_config_packs += libnotify
ifneq (,$(findstring STATIC_CONFIG,$(CFLAGS))) ifneq (,$(findstring STATIC_CONFIG,$(CFLAGS)))
$(warning STATIC_CONFIG is deprecated behavior. It will get removed in future releases) $(warning STATIC_CONFIG is deprecated behavior. It will get removed in future releases)
endif endif
# dunstify also needs libnotify
pkg_config_packs += libnotify