Changeset 146676 in webkit


Ignore:
Timestamp:
Mar 22, 2013, 4:29:19 PM (12 years ago)
Author:
Martin Robinson
Message:

[GTK] [gyp] Expose a few more compiler defines for the gyp build
https://bugs.webkit.org/show_bug.cgi?id=113109

Reviewed by Gustavo Noronha Silva.

  • gyp/Configuration.gypi.in: Expose the version number string and data

directory to the gyp build as command-line arguments.

Location:
trunk/Source/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/gtk/ChangeLog

    r146675 r146676  
     12013-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
    1112013-03-22  Martin Robinson  <mrobinson@igalia.com>
    212
  • trunk/Source/WebKit/gtk/gyp/Configuration.gypi.in

    r144506 r146676  
    1717      'BUILDING_WEBKIT=1',
    1818      '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\"',
    1924    ],
    2025
Note: See TracChangeset for help on using the changeset viewer.