[102748] trunk/dports/graphics/cogl/Portfile

devans at macports.org devans at macports.org
Thu Feb 7 14:44:10 PST 2013


Revision: 102748
          https://trac.macports.org/changeset/102748
Author:   devans at macports.org
Date:     2013-02-07 14:44:10 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
cogl: revert accidental commit.

Modified Paths:
--------------
    trunk/dports/graphics/cogl/Portfile

Modified: trunk/dports/graphics/cogl/Portfile
===================================================================
--- trunk/dports/graphics/cogl/Portfile	2013-02-07 22:43:13 UTC (rev 102747)
+++ trunk/dports/graphics/cogl/Portfile	2013-02-07 22:44:10 UTC (rev 102748)
@@ -27,6 +27,7 @@
 
 depends_lib     port:cairo \
                 port:gobject-introspection \
+                port:mesa \
                 port:pango
 
 configure.args  --enable-introspection=yes \
@@ -58,31 +59,24 @@
 }
 
 variant x11 conflicts quartz {
-    depends_lib-append    port:mesa \
-                          port:gdk-pixbuf2 \
+    depends_lib-append    port:gdk-pixbuf2 \
                           port:xorg-libXcomposite \
                           port:xorg-libXdamage \
                           port:xorg-libXext \
                           port:xorg-libXfixes
-    configure.args-append --enable-glx=yes \
-                          --enable-gdk-pixbuf=yes \
+    configure.args-append --enable-gdk-pixbuf=yes \
                           --enable-quartz-image=no \
-                          --with-x \
-                          --x-includes=${prefix}/include \
-                          --x-libraries=${prefix}/lib
-
+                          --with-x
 }
 
 variant quartz conflicts x11 {
-    configure.args-append --enable-glx=no \
-                          --enable-gdk-pixbuf=yes \
-                          --enable-quartz-image=no \
+    configure.args-append --enable-gdk-pixbuf=no \
+                          --enable-quartz-image=yes \
                           --without-x
 }
 
 variant debug description {Enable debugging} {
-    configure.args-append --enable-debug \
-                          --disable-silent-rules
+    configure.args-append --enable-debug
 }
 
 default_variants +x11
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/59f92a47/attachment.html>


More information about the macports-changes mailing list