diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-09-18 15:49:30 -0500 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-09-18 15:49:30 -0500 |
commit | d11358762d3693e8e268ecf01861f522a0dc96f5 (patch) | |
tree | 1037432225a49bae40a855b81c08f5119e688ac8 | |
parent | dc59f7733d0315b3240b46321f3b5ae2ecc16b49 (diff) |
add missing library (xcb-icccm)
this library is also used by wlroots, so nothing new
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ XWAYLAND = XLIBS = # Uncomment to build XWayland support #XWAYLAND = -DXWAYLAND -#XLIBS = xcb +#XLIBS = xcb xcb-icccm |