Always add libnotify as build dependency

This commit is contained in:
braunbearded 2020-04-04 14:15:37 +02:00
parent 520c36ad7a
commit c6f1f169a7

View File

@ -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