From 75fd955b857c15313b9a442d2d2b482cddabcd82 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Wed, 27 Aug 2025 13:18:01 +1000 Subject: [PATCH] pkg ref: xcb-icccm -> xcb-icccm.pc --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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