diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-10-09 18:18:38 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-10-09 18:18:38 +0200 |
commit | 7bb717aded4217041b40f3d59bc920e8f2eb15ab (patch) | |
tree | 129c854747d16c6e8f87e25ffd7943493cacff11 /devel/xcb-proto | |
parent | 5b1203685b27e5df0e3472216317bb81f0a9ab25 (diff) |
devel/xcb-protos: missing BUILD_DEPEND on devel/xorgproto
Diffstat (limited to 'devel/xcb-proto')
-rw-r--r-- | devel/xcb-proto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/xcb-proto/Makefile b/devel/xcb-proto/Makefile index 352b1bc..38e4434 100644 --- a/devel/xcb-proto/Makefile +++ b/devel/xcb-proto/Makefile @@ -18,6 +18,8 @@ MODULES= lang/python xenocara SEPARATE_BUILD = Yes CONFIGURE_STYLE = autoreconf +BUILD_DEPENDS = devel/xorg-util-macros + NO_BUILD = Yes NO_TEST = Yes MODPY_BUILDDEP = Yes |