Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
[GTK] Disable introspection for jhbuild modules
Browse files Browse the repository at this point in the history
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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@112392 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
kov@webkit.org committed Mar 28, 2012
1 parent 330ba7c commit 161ffac
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
11 changes: 11 additions & 0 deletions Tools/ChangeLog
@@ -1,3 +1,14 @@
2012-03-28 Gustavo Noronha Silva <gns@gnome.org>

[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.

2012-03-28 Csaba Osztrogonác <ossy@webkit.org>

[Qt] Unreviewed, fix API tests after adding full platforms. (r111658)
Expand Down
3 changes: 2 additions & 1 deletion Tools/efl/jhbuild.modules
Expand Up @@ -137,7 +137,8 @@
md5sum="555687a7ffefba0bd9de1e71cb61402c"/>
</autotools>

<autotools id="libsoup" autogenargs="--without-gnome">
<autotools id="libsoup"
autogenargs="--without-gnome --disable-introspection">
<dependencies>
<dep package="glib-networking"/>
</dependencies>
Expand Down
9 changes: 6 additions & 3 deletions Tools/gtk/jhbuild.modules
Expand Up @@ -88,7 +88,8 @@
md5sum="79390673f5d07a8fb342bc09b5055b6f"/>
</autotools>

<autotools id="gdk-pixbuf" autogen-sh="configure">
<autotools id="gdk-pixbuf" autogen-sh="configure"
autogenargs="--disable-introspection">
<dependencies>
<dep package="glib"/>
</dependencies>
Expand All @@ -98,7 +99,8 @@
md5sum="066e30277cadc225a7cef4c258da830b"/>
</autotools>

<autotools id="gtk+">
<autotools id="gtk+"
autogenargs="--disable-introspection">
<dependencies>
<dep package="glib"/>
<dep package="cairo"/>
Expand Down Expand Up @@ -141,7 +143,8 @@
md5sum="555687a7ffefba0bd9de1e71cb61402c"/>
</autotools>

<autotools id="libsoup" autogenargs="--without-gnome">
<autotools id="libsoup"
autogenargs="--without-gnome --disable-introspection">
<dependencies>
<dep package="glib-networking"/>
</dependencies>
Expand Down

0 comments on commit 161ffac

Please sign in to comment.