diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 19:48:16 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 19:48:16 +0200 |
commit | 9258f618a4ce814bfd4c53b2503f9eec3df70fd3 (patch) | |
tree | f00087fb632883ff0447d3a2c0ec4ecb231af751 /x11/xcb-util-wm/Makefile | |
parent | c9d22be7c052def49eca9d111272f93f34eb023a (diff) |
use the new xenocara module and adapt for PREFIX=/usr/X11R6
While here cleanup some Makefiles
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 6473679..2de3cf9 100644 --- a/x11/xcb-util-wm/Makefile +++ b/x11/xcb-util-wm/Makefile @@ -17,6 +17,8 @@ WANTLIB = Xau Xdmcp xcb MASTER_SITES = https://xcb.freedesktop.org/dist/ +MODULES = xenocara + LIB_DEPENDS = x11/libxcb SEPARATE_BUILD = Yes |