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.
This commit is contained in:
Benedikt Heine 2017-11-02 15:25:33 +01:00
parent 1e51edc0df
commit 4cf9114028

View File

@ -22,7 +22,7 @@ pkg_config_packs := dbus-1 \
pangocairo \ pangocairo \
x11 \ x11 \
xinerama \ xinerama \
xrandr \ "xrandr >= 1.5" \
xscrnsaver xscrnsaver
# check if we need libxdg-basedir # check if we need libxdg-basedir