diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-04-23 19:26:06 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-04-23 19:26:06 +0000 |
commit | 2b18835f3b240b167dc906633192ba7cf374c2e3 (patch) | |
tree | 87b7cf392ca82d93241741b8fc9aeb23d1396621 /x11-wm | |
parent | a8c970a3ab26c48b3610d56021f7b98f0b8f35ee (diff) | |
download | ports-2b18835f3b240b167dc906633192ba7cf374c2e3.tar.gz ports-2b18835f3b240b167dc906633192ba7cf374c2e3.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/compiz/files/patch-configure | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile index 288391db0dcd..1ada495edd3f 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -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 \ diff --git a/x11-wm/compiz/files/patch-configure b/x11-wm/compiz/files/patch-configure new file mode 100644 index 000000000000..f5c9460b40c1 --- /dev/null +++ b/x11-wm/compiz/files/patch-configure @@ -0,0 +1,10 @@ +--- configure ++++ configure +@@ -17021,6 +17021,7 @@ + COMPIZ_REQUIRES="xcomposite \ + xfixes \ + xdamage \ ++ xext \ + xrandr \ + xinerama \ + ice \ |