diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-05-02 12:06:38 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-05-02 12:12:24 +0200 |
commit | 98969a905203af855a1f55e6e937be58ae44ce1f (patch) | |
tree | 86885b39552efc907a5722e1dc95252048586748 /x11/libXext | |
parent | 1d0a7bf79d96ed6f81c236489541a9f88a520c46 (diff) |
Update WANTLIB/LIB_DEPENDS_CHECK for Xdmcp and other fixes
Diffstat (limited to 'x11/libXext')
-rw-r--r-- | x11/libXext/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 04c2479..9795308 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -13,7 +13,7 @@ SHARED_LIBS= Xext 13.0 # MIT PERMIT_PACKAGE = Yes -WANTLIB = X11 Xau xcb +WANTLIB = X11 Xau Xdmcp xcb MASTER_SITES = ${MASTER_SITE_XORG:=lib/} @@ -22,7 +22,6 @@ BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto LIB_DEPENDS = x11/libxcb \ - x11/libXau \ x11/libX11 SEPARATE_BUILD = Yes |