Make all target build dunstify as well
This commit is contained in:
parent
b4633a0061
commit
523d5e199e
2
Makefile
2
Makefile
@ -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}
|
||||||
|
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user