Convert Xinerama usage to xcb

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2018-09-29 11:46:29 +02:00
parent 83a4853419
commit 9dff55540f
4 changed files with 35 additions and 21 deletions

View File

@ -26,7 +26,7 @@ endif
# Enables support for --xinerama-shadow-crop
ifeq "$(NO_XINERAMA)" ""
CFG += -DCONFIG_XINERAMA
PACKAGES += xinerama
PACKAGES += xcb-xinerama
endif
# ==== libconfig ====