Changeset 146676 in webkit
- Timestamp:
- Mar 22, 2013, 4:29:19 PM (12 years ago)
- Location:
- trunk/Source/WebKit/gtk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/gtk/ChangeLog
r146675 r146676 1 2013-03-22 Martin Robinson <mrobinson@igalia.com> 2 3 [GTK] [gyp] Expose a few more compiler defines for the gyp build 4 https://bugs.webkit.org/show_bug.cgi?id=113109 5 6 Reviewed by Gustavo Noronha Silva. 7 8 * gyp/Configuration.gypi.in: Expose the version number string and data 9 directory to the gyp build as command-line arguments. 10 1 11 2013-03-22 Martin Robinson <mrobinson@igalia.com> 2 12 -
trunk/Source/WebKit/gtk/gyp/Configuration.gypi.in
r144506 r146676 17 17 'BUILDING_WEBKIT=1', 18 18 'HAVE_CONFIG_H', 19 'WEBKITGTK_API_VERSION_STRING=\"<(api_version)\"', 20 21 # TODO: We should really use datadir, but it typically requires multiple shell evaluations. 22 # See http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Installation-Directory-Variables.html 23 'DATA_DIR=\"@prefix@/share\"', 19 24 ], 20 25
Note:
See TracChangeset
for help on using the changeset viewer.