Changeset 161065 in webkit


Ignore:
Timestamp:
Dec 25, 2013 6:48:26 AM (10 years ago)
Author:
Philippe Normand
Message:

Unreviewed, GTK build fix after r161063

  • GNUmakefile.am: Use locally built .gir dependencies when

building the WebExtensions gir file.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r161064 r161065  
     12013-12-25  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, GTK build fix after r161063
     4
     5        * GNUmakefile.am: Use locally built .gir dependencies when
     6        building the WebExtensions gir file.
     7
    182013-12-25  Carlos Garcia Campos  <cgarcia@igalia.com>
    29
  • trunk/Source/WebKit2/GNUmakefile.am

    r161063 r161065  
    351351             --include=GObject-2.0 \
    352352             --include=Gtk-3.0 \
    353              --include=JavaScriptCore-@WEBKITGTK_API_VERSION@ \
    354              --include=WebKit2-@WEBKITGTK_API_VERSION@ \
     353             --include-uninstalled=JavaScriptCore-@WEBKITGTK_API_VERSION@.gir \
     354             --include-uninstalled=WebKit2-@WEBKITGTK_API_VERSION@.gir \
    355355             --library=webkit2gtk-@WEBKITGTK_API_VERSION@ \
    356356             --library=javascriptcoregtk-@WEBKITGTK_API_VERSION@ \
Note: See TracChangeset for help on using the changeset viewer.