mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
https://codeberg.org/dwl/dwl/releases/tag/v0.7 https://codeberg.org/dwl/dwl/releases/tag/v0.6
14 lines
280 B
Diff
14 lines
280 B
Diff
diff --git a/config.mk b/config.mk
|
|
index f50156f..a20a8f0 100644
|
|
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -11,7 +11,7 @@
|
|
XWAYLAND =
|
|
XLIBS =
|
|
# Uncomment to build XWayland support
|
|
-#XWAYLAND = -DXWAYLAND
|
|
-#XLIBS = xcb xcb-icccm
|
|
+XWAYLAND = -DXWAYLAND
|
|
+XLIBS = xcb xcb-icccm
|
|
|
|
CC = gcc
|