Changeset 209454 in webkit


Ignore:
Timestamp:
Dec 7, 2016, 5:38:57 AM (9 years ago)
Author:
Philippe Normand
Message:

[GTK][jhbuild] missing dependency on libvpx in gst-plugins-good
https://bugs.webkit.org/show_bug.cgi?id=165525

Reviewed by Carlos Garcia Campos.

  • gtk/jhbuild.modules: gst-plugins-good should depend on the

libvpx package built within jhbuild.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r209452 r209454  
     12016-12-07  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK][jhbuild] missing dependency on libvpx in gst-plugins-good
     4        https://bugs.webkit.org/show_bug.cgi?id=165525
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * gtk/jhbuild.modules: gst-plugins-good should depend on the
     9        libvpx package built within jhbuild.
     10
    1112016-12-07  Philippe Normand  <pnormand@igalia.com>
    212
  • trunk/Tools/gtk/jhbuild.modules

    r209452 r209454  
    380380    <dependencies>
    381381      <dep package="gst-plugins-base"/>
     382      <dep package="libvpx"/>
    382383    </dependencies>
    383384
Note: See TracChangeset for help on using the changeset viewer.