From c6f1f169a778040618e08647ac98c6fed9b65732 Mon Sep 17 00:00:00 2001 From: braunbearded Date: Sat, 4 Apr 2020 14:15:37 +0200 Subject: [PATCH] Always add libnotify as build dependency --- config.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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