[108867] trunk/dports/graphics/clutter/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Aug 3 17:43:53 PDT 2013


Revision: 108867
          https://trac.macports.org/changeset/108867
Author:   jeremyhu at macports.org
Date:     2013-08-03 17:43:53 -0700 (Sat, 03 Aug 2013)
Log Message:
-----------
clutter: Re-add gdk backend with missing gtk3 dependency (#39988)

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

Modified: trunk/dports/graphics/clutter/Portfile
===================================================================
--- trunk/dports/graphics/clutter/Portfile	2013-08-04 00:42:47 UTC (rev 108866)
+++ trunk/dports/graphics/clutter/Portfile	2013-08-04 00:43:53 UTC (rev 108867)
@@ -5,7 +5,7 @@
 
 name                clutter
 version             1.12.2
-revision            1
+revision            2
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          graphics
@@ -26,6 +26,7 @@
 depends_build       port:pkgconfig
 
 depends_lib         port:atk \
+                    port:gtk3 \
                     path:lib/pkgconfig/cairo.pc:cairo \
                     path:lib/pkgconfig/pango.pc:pango \
                     port:json-glib \
@@ -41,24 +42,24 @@
     configure.args     --with-x \
                        --x-includes=${prefix}/include \
                        --x-libraries=${prefix}/lib \
+                       --enable-gdk-backend=yes \
                        --enable-x11-backend=yes \
                        --enable-gdk-pixbuf=yes \
                        --enable-quartz-backend=no \
                        --enable-introspection=yes \
                        --disable-silent-rules \
-                       --disable-gtk-doc \
-                       --disable-gdk-backend
+                       --disable-gtk-doc
 }
 
 variant quartz conflicts x11 {
     configure.args  --without-x \
                     --enable-x11-backend=no \
+                    --enable-gdk-backend=yes \
                     --enable-gdk-pixbuf=no \
                     --enable-quartz-backend=yes \
                     --enable-introspection=yes \
                     --disable-silent-rules \
-                    --disable-gtk-doc \
-                    --disable-gdk-backend
+                    --disable-gtk-doc
 }
 
 variant debug description {Enable full debugging} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130803/0f6e95b4/attachment-0001.html>


More information about the macports-changes mailing list