pkg ref: xcb-icccm -> xcb-icccm.pc

This commit is contained in:
Emile Clark-Boman 2025-08-27 13:18:01 +10:00
parent 2be61ea3d1
commit 75fd955b85

View file

@ -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