From 523d5e199e050ab1042585a25ab99285065589fe Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Sat, 4 Apr 2020 15:44:50 +0200 Subject: [PATCH] Make all target build dunstify as well --- Makefile | 2 +- config.mk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 347cc3c..57b04a7 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ DEPS := ${SRC:.c=.d} ${TEST_SRC:.c=.d} .PHONY: all debug -all: doc dunst service +all: doc dunst dunstify service debug: CFLAGS += ${CPPFLAGS_DEBUG} ${CFLAGS_DEBUG} debug: LDFLAGS += ${LDFLAGS_DEBUG} diff --git a/config.mk b/config.mk index e1bdd0b..904df6f 100644 --- a/config.mk +++ b/config.mk @@ -43,9 +43,9 @@ pkg_config_packs := gio-2.0 \ "xrandr >= 1.5" \ xscrnsaver +# dunstify also needs libnotify +pkg_config_packs += libnotify + ifneq (,$(findstring STATIC_CONFIG,$(CFLAGS))) $(warning STATIC_CONFIG is deprecated behavior. It will get removed in future releases) endif - -# dunstify also needs libnotify -pkg_config_packs += libnotify