aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--config.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cab513c..3371144 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ WAYLAND_PROTOCOLS = `pkg-config --variable=pkgdatadir wayland-protocols`
WAYLAND_SCANNER = `pkg-config --variable=wayland_scanner wayland-scanner`
# CFLAGS / LDFLAGS
-PKGS = wlroots wayland-server xcb xkbcommon libinput
+PKGS = wlroots wayland-server xkbcommon libinput $(XLIBS)
DWLCFLAGS = `pkg-config --cflags $(PKGS)` $(DWLCPPFLAGS) $(CFLAGS) $(XWAYLAND)
LDLIBS = `pkg-config --libs $(PKGS)`
diff --git a/config.mk b/config.mk
index 3a5e37f..ba24bb8 100644
--- a/config.mk
+++ b/config.mk
@@ -9,5 +9,7 @@ MANDIR = $(PREFIX)/share/man
#CFLAGS = -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement
XWAYLAND =
+XLIBS =
# Uncomment to build XWayland support
#XWAYLAND = -DXWAYLAND
+#XLIBS = xcb