Changeset 112392 in webkit


Ignore:
Timestamp:
Mar 28, 2012 7:11:49 AM (12 years ago)
Author:
kov@webkit.org
Message:

[GTK] Disable introspection for jhbuild modules
https://bugs.webkit.org/show_bug.cgi?id=82395

Reviewed by Philippe Normand.

  • efl/jhbuild.modules: add --disable-introspection to all modules

that support it

  • gtk/jhbuild.modules: ditto.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r112388 r112392  
     12012-03-28  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        [GTK] Disable introspection for jhbuild modules
     4        https://bugs.webkit.org/show_bug.cgi?id=82395
     5
     6        Reviewed by Philippe Normand.
     7
     8        * efl/jhbuild.modules: add --disable-introspection to all modules
     9        that support it
     10        * gtk/jhbuild.modules: ditto.
     11
    1122012-03-28  Csaba Osztrogonác  <ossy@webkit.org>
    213
  • trunk/Tools/efl/jhbuild.modules

    r112101 r112392  
    138138  </autotools>
    139139
    140   <autotools id="libsoup" autogenargs="--without-gnome">
     140  <autotools id="libsoup"
     141             autogenargs="--without-gnome --disable-introspection">
    141142    <dependencies>
    142143      <dep package="glib-networking"/>
  • trunk/Tools/gtk/jhbuild.modules

    r112294 r112392  
    8989  </autotools>
    9090
    91   <autotools id="gdk-pixbuf" autogen-sh="configure">
     91  <autotools id="gdk-pixbuf" autogen-sh="configure"
     92             autogenargs="--disable-introspection">
    9293    <dependencies>
    9394      <dep package="glib"/>
     
    99100  </autotools>
    100101
    101   <autotools id="gtk+">
     102  <autotools id="gtk+"
     103             autogenargs="--disable-introspection">
    102104    <dependencies>
    103105      <dep package="glib"/>
     
    142144  </autotools>
    143145
    144   <autotools id="libsoup" autogenargs="--without-gnome">
     146  <autotools id="libsoup"
     147             autogenargs="--without-gnome --disable-introspection">
    145148    <dependencies>
    146149      <dep package="glib-networking"/>
Note: See TracChangeset for help on using the changeset viewer.