Changeset 208528 in webkit


Ignore:
Timestamp:
Nov 10, 2016 12:01:10 AM (7 years ago)
Author:
Philippe Normand
Message:

[WK2][GTK][GStreamer] Build fails when -plugins-base and -core headers are not installed in the same directory
https://bugs.webkit.org/show_bug.cgi?id=148894

Reviewed by Carlos Garcia Campos.

The pbutils (gst-plugins-base-utils) headers are needed in
WebKit2/GTK for the permission request API related with the
GStreamer codec installer. It builds fine in most cases without
explicitely requiring the pbutils include directory path because
usually all the GStreamer headers are installed in the same path,
excepted for some distributions, like NixOS.

  • PlatformGTK.cmake: The GStreamer pbutils include directory was

missing in the header search path.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r208526 r208528  
     12016-11-10  Philippe Normand  <pnormand@igalia.com>
     2
     3        [WK2][GTK][GStreamer] Build fails when -plugins-base and -core headers are not installed in the same directory
     4        https://bugs.webkit.org/show_bug.cgi?id=148894
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        The pbutils (gst-plugins-base-utils) headers are needed in
     9        WebKit2/GTK for the permission request API related with the
     10        GStreamer codec installer. It builds fine in most cases without
     11        explicitely requiring the pbutils include directory path because
     12        usually all the GStreamer headers are installed in the same path,
     13        excepted for some distributions, like NixOS.
     14
     15        * PlatformGTK.cmake: The GStreamer pbutils include directory was
     16        missing in the header search path.
     17
    1182016-11-09  Chris Dumez  <cdumez@apple.com>
    219
  • trunk/Source/WebKit2/PlatformGTK.cmake

    r208388 r208528  
    886886    ${GEOCLUE_INCLUDE_DIRS}
    887887    ${GSTREAMER_INCLUDE_DIRS}
     888    ${GSTREAMER_PBUTILS_INCLUDE_DIRS}
    888889    ${HARFBUZZ_INCLUDE_DIRS}
    889890    ${LIBSOUP_INCLUDE_DIRS}
Note: See TracChangeset for help on using the changeset viewer.