Changeset 147016 in webkit


Ignore:
Timestamp:
Mar 27, 2013 4:12:39 PM (11 years ago)
Author:
kov@webkit.org
Message:

[GTK][jhbuild] gst-plugins-good mixes system libsoup-gnome with custom libsoup
https://bugs.webkit.org/show_bug.cgi?id=113203

Reviewed by Philippe Normand.

We build our libsoup without GNOME support. gst-plugins-good does separate
pkg-config checks for libsoup-gnome and libsoup, causing the build to use
libsoup-gnome from the system and soup from the jhbuild prefix. This may lead to
build failures as the headers of those diverge. We do not use souphttpsrc, so
disable it when building gst-plugins-good.

  • gtk/jhbuild.modules: disable soup support in gst-plugins-good.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r147011 r147016  
     12013-03-27  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        [GTK][jhbuild] gst-plugins-good mixes system libsoup-gnome with custom libsoup
     4        https://bugs.webkit.org/show_bug.cgi?id=113203
     5
     6        Reviewed by Philippe Normand.
     7
     8        We build our libsoup without GNOME support. gst-plugins-good does separate
     9        pkg-config checks for libsoup-gnome and libsoup, causing the build to use
     10        libsoup-gnome from the system and soup from the jhbuild prefix. This may lead to
     11        build failures as the headers of those diverge. We do not use souphttpsrc, so
     12        disable it when building gst-plugins-good.
     13
     14        * gtk/jhbuild.modules: disable soup support in gst-plugins-good.
     15
    1162013-03-27  Ryosuke Niwa  <rniwa@webkit.org>
    217
  • trunk/Tools/gtk/jhbuild.modules

    r146778 r147016  
    261261  </autotools>
    262262
    263   <autotools id="gst-plugins-good" autogenargs="--disable-examples">
     263  <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup">
    264264    <dependencies>
    265265      <dep package="gst-plugins-base"/>
Note: See TracChangeset for help on using the changeset viewer.