diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-05-19 21:05:28 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-05-19 21:05:28 +0200 |
commit | ec9ed65e84d17021994b6811f7f6e702b5344e6a (patch) | |
tree | d1a02c19b2b9edfa62e380c8270581fccd1d556b | |
parent | 747c0c9c3c5d786872000e46a87647f160c8b8ca (diff) |
x11/libxcb: add bdep on devel/xorg-util-macros
-rw-r--r-- | x11/libxcb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 2cae4ca..355f760 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -45,7 +45,8 @@ WANTLIB = Xau Xdmcp SITES = https://xcb.freedesktop.org/dist/ BUILD_DEPENDS = devel/xcb-proto \ - devel/xorgproto + devel/xorgproto \ + devel/xorg-util-macros LIB_DEPENDS = x11/libXau \ x11/libXdmcp |