Ticket #29092: clutter-no-gtk2.patch

File clutter-no-gtk2.patch, 1.1 KB (added by james.athey@…, 13 years ago)

patch for clutter's Portfile

  • graphics/clutter/Portfile

    a b  
    2323
    2424depends_build       port:pkgconfig
    2525
    26 depends_lib         port:gtk2 \
    27                     port:mesa \
     26depends_lib         port:mesa \
     27                    port:pango \
     28                    port:atk \
     29                    port:cairo \
     30                    port:glib2 \
    2831                    port:json-glib
    2932
    3033configure.args      --with-flavour=glx \
    31                     --with-imagebackend=gdk-pixbuf \
     34                    --with-imagebackend=quartz \
    3235                    --x-includes=${prefix}/include \
    3336                    --x-libraries=${prefix}/include \
    3437                    --enable-introspection=no \
     
    3740variant no_x11 {
    3841    depends_lib-delete   port:mesa
    3942    configure.args-delete --with-flavour=glx \
    40                          --with-imagebackend=gdk-pixbuf \
    4143                         --x-includes=${prefix}/include \
    4244                         --x-libraries=${prefix}/include
    4345    configure.args-append --with-flavour=osx