From 4cf9114028e6e4418f09771ab347170d73e57102 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Thu, 2 Nov 2017 15:25:33 +0100 Subject: [PATCH] Require XRandR 1.5 in pkg-config to compile Albeit it's possible to run with XRandR extension < 1.5, dunst needs the headers of libxrandr 1.5. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 2484df3..7b26a48 100644 --- a/config.mk +++ b/config.mk @@ -22,7 +22,7 @@ pkg_config_packs := dbus-1 \ pangocairo \ x11 \ xinerama \ - xrandr \ + "xrandr >= 1.5" \ xscrnsaver # check if we need libxdg-basedir