diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-10-09 18:19:27 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-10-09 18:19:27 +0200 |
commit | e2695d484e5414ac3142b16c32018245b6bb14f8 (patch) | |
tree | f2ce7fbec7c8aa3b39d5c76fd64d1fbb51051d01 /x11/libxcb | |
parent | 7bb717aded4217041b40f3d59bc920e8f2eb15ab (diff) |
x11/libxcb: add missing BUILD_DEPENDS on devel/xorgproto
Diffstat (limited to 'x11/libxcb')
-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 3a88abc..ee3e6b8 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -43,7 +43,8 @@ WANTLIB = Xau Xdmcp MASTER_SITES = https://xcb.freedesktop.org/dist/ -BUILD_DEPENDS = devel/xcb-proto +BUILD_DEPENDS = devel/xcb-proto \ + devel/xorgproto LIB_DEPENDS = x11/libXau \ x11/libXdmcp |