[43834] trunk/dports/x11/gtk2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Dec 15 13:23:09 PST 2008


Revision: 43834
          http://trac.macports.org/changeset/43834
Author:   jeremyhu at macports.org
Date:     2008-12-15 13:23:09 -0800 (Mon, 15 Dec 2008)
Log Message:
-----------
gtk2: Added more X11 libs to depends for correctness but still leaving some out that aren't on Tiger until we figure out a better solution to the macports/x11prefix conflict issue

Modified Paths:
--------------
    trunk/dports/x11/gtk2/Portfile

Modified: trunk/dports/x11/gtk2/Portfile
===================================================================
--- trunk/dports/x11/gtk2/Portfile	2008-12-15 21:19:41 UTC (rev 43833)
+++ trunk/dports/x11/gtk2/Portfile	2008-12-15 21:23:09 UTC (rev 43834)
@@ -131,16 +131,18 @@
 
 variant x11 conflicts quartz description {Enable rendering in X11 (default)} {
     depends_lib-append \
-        lib:libXi.6:xorg-libXi
+        lib:libXi.6:xorg-libXi \
+        lib:libXrandr.2:xorg-libXrandr \
+        lib:libXcursor.1:xorg-libXcursor \
+        lib:libXfixes.3:xorg-libXfixes \
+        lib:libXinerama.1:xorg-libXinerama
 
-        # These are optional dependencies... variants?
-        #lib:libXrandr.2:xorg-libXrandr \
-        #lib:libXcursor.1:xorg-libXcursor \
+        # Leaving these out to avoid pulling them in on Tiger and triggering X11 library conflicts between macports and ${x11prefix}
         #lib:libXdamage.1:xorg-libXdamage \
         #lib:libXcomposite.1:xorg-libXcomposite \
-        #lib:libXfixes.3:xorg-libXfixes \
 
-    configure.args-append      --with-xinput
+
+    configure.args-append      --with-xinput --enable-xinerama
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081215/00ea1870/attachment.html>


More information about the macports-changes mailing list