diff --git a/config.mk b/config.mk index 9f0462d..e1bdd0b 100644 --- a/config.mk +++ b/config.mk @@ -48,6 +48,4 @@ $(warning STATIC_CONFIG is deprecated behavior. It will get removed in future re endif # dunstify also needs libnotify -ifneq (,$(findstring dunstify,${MAKECMDGOALS})) - pkg_config_packs += libnotify -endif +pkg_config_packs += libnotify