Changeset 173159 in webkit


Ignore:
Timestamp:
Sep 1, 2014 11:10:32 AM (10 years ago)
Author:
clopez@igalia.com
Message:

[GTK] [JHBuild] Cyclic dependency between cairo and librsvg.
https://bugs.webkit.org/show_bug.cgi?id=136431

Reviewed by Martin Robinson.

  • gtk/jhbuild.modules: Disable cairo SVG testsuite.

Add missing dependencies for librsvg (glib and cairo).

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r173158 r173159  
     12014-09-01  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK] [JHBuild] Cyclic dependency between cairo and librsvg.
     4        https://bugs.webkit.org/show_bug.cgi?id=136431
     5
     6        Reviewed by Martin Robinson.
     7
     8        * gtk/jhbuild.modules: Disable cairo SVG testsuite.
     9        Add missing dependencies for librsvg (glib and cairo).
     10
    1112014-09-01  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    212
  • trunk/Tools/gtk/jhbuild.modules

    r172905 r173159  
    6161
    6262  <autotools id="cairo" autogen-sh="configure"
    63              autogenargs="--enable-gl=yes --enable-egl=yes --enable-glx=yes"
     63             autogenargs="--enable-gl=yes --enable-egl=yes --enable-glx=yes ac_cv_func_rsvg_pixbuf_from_file=no"
    6464             makeargs="CFLAGS=-fno-lto CXXFLAGS=-fno-lto LDFLAGS=-fno-lto">
    6565    <dependencies>
     
    129129    <dependencies>
    130130      <dep package="gdk-pixbuf"/>
     131      <dep package="glib"/>
     132      <dep package="cairo"/>
    131133    </dependencies>
    132134    <branch module="/pub/GNOME/sources/librsvg/2.36/librsvg-2.36.1.tar.xz" version="2.36.1"
Note: See TracChangeset for help on using the changeset viewer.