Explicitly set libXext dependency to fix build after r351936.

This commit is contained in:
Jung-uk Kim 2014-04-23 19:26:06 +00:00
parent a8c970a3ab
commit 2b18835f3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351966
2 changed files with 12 additions and 1 deletions

View file

@ -21,7 +21,8 @@ INSTALL_TARGET= install-strip
USES= gettext gmake libtool:keepla pathfix tar:bzip2
USE_GL= glu
USE_GNOME= gconf2 libxslt
USE_XORG= xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto
USE_XORG= glproto ice sm xcomposite xdamage xext xfixes xinerama \
xrandr xrender
USE_LDCONFIG= yes
GCONF_SCHEMAS= gwd.schemas \

View file

@ -0,0 +1,10 @@
--- configure
+++ configure
@@ -17021,6 +17021,7 @@
COMPIZ_REQUIRES="xcomposite \
xfixes \
xdamage \
+ xext \
xrandr \
xinerama \
ice \