Merge pull request #702 from braunbearded/fix-dunstify-installation

Fix dunstify installation
This commit is contained in:
Nikos Tsipinakis 2020-04-04 15:38:16 +02:00 committed by GitHub
commit 8fafc456cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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