diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-02-18 17:01:18 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-02-18 17:01:18 +0100 |
commit | d8b2cb6573c9c7985765c5e3921d67f7237e44b7 (patch) | |
tree | 9b9b857d0f14a40dcb09d1aa2c77909b711347f4 /x11/xcb-util-wm/Makefile | |
parent | 82cf455f1504bbe3650ed21f1241b3d42e7b0d8a (diff) |
x11/xcb-util-wm: add devel/xorgproto to BUILD_DEPENDS
Diffstat (limited to 'x11/xcb-util-wm/Makefile')
-rw-r--r-- | x11/xcb-util-wm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xcb-util-wm/Makefile b/x11/xcb-util-wm/Makefile index cbf4dc7..def3edb 100644 --- a/x11/xcb-util-wm/Makefile +++ b/x11/xcb-util-wm/Makefile @@ -18,6 +18,8 @@ MASTER_SITES = https://xcb.freedesktop.org/dist/ MODULES = xenocara +BUILD_DEPENDS = devel/xorgproto + LIB_DEPENDS = x11/libxcb SEPARATE_BUILD = Yes |