diff options
author | Squibid <me@zacharyscheiman.com> | 2025-02-12 18:03:22 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-02-12 18:03:22 -0600 |
commit | f0020dc4d253eb49e33446e9caea6852c55b62d6 (patch) | |
tree | d83d3fe1f92de214964aeb6047f20de358478c01 | |
parent | 59064dde78ae055a3a17162071ff9ef92a1f047e (diff) | |
download | dwl-f0020dc4d253eb49e33446e9caea6852c55b62d6.tar.gz dwl-f0020dc4d253eb49e33446e9caea6852c55b62d6.tar.bz2 dwl-f0020dc4d253eb49e33446e9caea6852c55b62d6.zip |
add xwayland
Diffstat (limited to '')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ WLR_LIBS = -Wl,-rpath,$(PWD)/wlroots/build -L$(PWD)/wlroots/build -lwlroots-0.19 XWAYLAND = XLIBS = # Uncomment to build XWayland support -#XWAYLAND = -DXWAYLAND -#XLIBS = xcb xcb-icccm +XWAYLAND = -DXWAYLAND +XLIBS = xcb xcb-icccm # dwl itself only uses C99 features, but wlroots' headers use anonymous unions (C11). # To avoid warnings about them, we do not use -std=c99 and instead of using the |