dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit d11358762d3693e8e268ecf01861f522a0dc96f5
parent dc59f7733d0315b3240b46321f3b5ae2ecc16b49
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Sun, 18 Sep 2022 15:49:30 -0500

add missing library (xcb-icccm)

this library is also used by wlroots, so nothing new

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -12,4 +12,4 @@ XWAYLAND = XLIBS = # Uncomment to build XWayland support #XWAYLAND = -DXWAYLAND -#XLIBS = xcb +#XLIBS = xcb xcb-icccm