From d11358762d3693e8e268ecf01861f522a0dc96f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Sun, 18 Sep 2022 15:49:30 -0500 Subject: [PATCH] add missing library (xcb-icccm) this library is also used by wlroots, so nothing new --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 4638d5f..c7b5d16 100644 --- 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