diff --git a/config.mk b/config.mk index e87cc60..d6a0c5f 100644 --- a/config.mk +++ b/config.mk @@ -36,7 +36,7 @@ XWAYLAND = XLIBS = # Uncomment to build XWayland support #XWAYLAND = -DXWAYLAND -#XLIBS = xcb xcb-icccm +#XLIBS = xcb xcb-icccm.pc # 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