Changeset 205594 in webkit


Ignore:
Timestamp:
Sep 8, 2016 12:36:27 AM (8 years ago)
Author:
zandobersek@gmail.com
Message:

Move webkit2gtk.pc.in, webkit2gtk-web-extension.pc.in files under Source/WebKit2/gtk/
https://bugs.webkit.org/show_bug.cgi?id=161703

Reviewed by Carlos Garcia Campos.

Move the pkg-config input files that are specific to the GTK+ port
under the Source/WebKit2/gtk/ directory. Build rules are updated
accordingly.

  • PlatformGTK.cmake:
  • gtk/webkit2gtk-web-extension.pc.in: Renamed from Source/WebKit2/webkit2gtk-web-extension.pc.in.
  • gtk/webkit2gtk.pc.in: Renamed from Source/WebKit2/webkit2gtk.pc.in.
Location:
trunk/Source/WebKit2
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r205592 r205594  
     12016-09-08  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Move webkit2gtk.pc.in, webkit2gtk-web-extension.pc.in files under Source/WebKit2/gtk/
     4        https://bugs.webkit.org/show_bug.cgi?id=161703
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Move the pkg-config input files that are specific to the GTK+ port
     9        under the Source/WebKit2/gtk/ directory. Build rules are updated
     10        accordingly.
     11
     12        * PlatformGTK.cmake:
     13        * gtk/webkit2gtk-web-extension.pc.in: Renamed from Source/WebKit2/webkit2gtk-web-extension.pc.in.
     14        * gtk/webkit2gtk.pc.in: Renamed from Source/WebKit2/webkit2gtk.pc.in.
     15
    1162016-09-07  Joseph Pecoraro  <pecoraro@apple.com>
    217
  • trunk/Source/WebKit2/PlatformGTK.cmake

    r205543 r205594  
    1111
    1212configure_file(UIProcess/API/gtk/WebKitVersion.h.in ${DERIVED_SOURCES_WEBKIT2GTK_API_DIR}/WebKitVersion.h)
    13 configure_file(webkit2gtk.pc.in ${WebKit2_PKGCONFIG_FILE} @ONLY)
    14 configure_file(webkit2gtk-web-extension.pc.in ${WebKit2WebExtension_PKGCONFIG_FILE} @ONLY)
     13configure_file(gtk/webkit2gtk.pc.in ${WebKit2_PKGCONFIG_FILE} @ONLY)
     14configure_file(gtk/webkit2gtk-web-extension.pc.in ${WebKit2WebExtension_PKGCONFIG_FILE} @ONLY)
    1515
    1616add_definitions(-DBUILDING_WEBKIT)
Note: See TracChangeset for help on using the changeset viewer.