mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
12 lines
298 B
Diff
12 lines
298 B
Diff
diff --git a/config.mk b/config.mk
|
|
index f50156f..a20a8f0 100644
|
|
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -10,5 +10,5 @@ MANDIR = $(PREFIX)/share/man
|
|
XWAYLAND =
|
|
XLIBS =
|
|
# Uncomment to build XWayland support
|
|
-#XWAYLAND = -DXWAYLAND
|
|
-#XLIBS = xcb xcb-icccm
|
|
+XWAYLAND = -DXWAYLAND
|
|
+XLIBS = xcb xcb-icccm
|