diff options
author | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:36:36 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:36:36 +0000 |
commit | 9fa9a6305223f0548ae5664b9be16e39ba59eebb (patch) | |
tree | 1cb12dc35018f3a3f801269e06208db051060776 /config.mk | |
parent | 74e45c4014ae7048ecbb76eb6f54034b8b479480 (diff) | |
download | dwl-9fa9a6305223f0548ae5664b9be16e39ba59eebb.tar.gz dwl-9fa9a6305223f0548ae5664b9be16e39ba59eebb.tar.bz2 dwl-9fa9a6305223f0548ae5664b9be16e39ba59eebb.zip |
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ DATADIR = $(PREFIX)/share XWAYLAND = XLIBS = # Uncomment to build XWayland support -#XWAYLAND = -DXWAYLAND -#XLIBS = xcb xcb-icccm +XWAYLAND = -DXWAYLAND +XLIBS = xcb xcb-icccm CC = gcc |