diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-05-01 04:32:55 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-05-01 04:32:55 +0000 |
commit | df58ad0b16c1e520cb6bab4c56784be2f8c87d32 (patch) | |
tree | e6855a64f53974800e18db6ac3004171ee919a4d /x11-wm | |
parent | e85d7a836f0f791629bbc81dc042ece0ba7a6101 (diff) | |
download | ports-df58ad0b16c1e520cb6bab4c56784be2f8c87d32.tar.gz ports-df58ad0b16c1e520cb6bab4c56784be2f8c87d32.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/compiz/files/patch-configure | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile index 833baea6144a..6884f3424db8 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -21,7 +21,7 @@ INSTALL_TARGET= install-strip USES= gettext gmake libtool pathfix tar:bzip2 USE_GL= glu USE_GNOME= gconf2 libxslt -USE_XORG= glproto ice sm xcomposite xdamage xext xfixes xinerama \ +USE_XORG= glproto ice sm x11 xcomposite xdamage xext xfixes xinerama \ xrandr xrender USE_LDCONFIG= yes # Workaround buggy pkg_install diff --git a/x11-wm/compiz/files/patch-configure b/x11-wm/compiz/files/patch-configure index f5c9460b40c1..73f0273b4822 100644 --- a/x11-wm/compiz/files/patch-configure +++ b/x11-wm/compiz/files/patch-configure @@ -1,7 +1,12 @@ --- configure +++ configure -@@ -17021,6 +17021,7 @@ - COMPIZ_REQUIRES="xcomposite \ +@@ -17018,9 +17018,11 @@ + metadatadir=$datadir/compiz + + +-COMPIZ_REQUIRES="xcomposite \ ++COMPIZ_REQUIRES="x11 \ ++ xcomposite \ xfixes \ xdamage \ + xext \ |