Title: [146676] trunk/Source/WebKit/gtk
Revision
146676
Author
[email protected]
Date
2013-03-22 16:29:19 -0700 (Fri, 22 Mar 2013)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (146675 => 146676)


--- trunk/Source/WebKit/gtk/ChangeLog	2013-03-22 23:28:33 UTC (rev 146675)
+++ trunk/Source/WebKit/gtk/ChangeLog	2013-03-22 23:29:19 UTC (rev 146676)
@@ -1,5 +1,15 @@
 2013-03-22  Martin Robinson  <[email protected]>
 
+        [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.
+
+2013-03-22  Martin Robinson  <[email protected]>
+
         [GTK] [gyp] Feature defines are not space separated
         https://bugs.webkit.org/show_bug.cgi?id=113108
 

Modified: trunk/Source/WebKit/gtk/gyp/Configuration.gypi.in (146675 => 146676)


--- trunk/Source/WebKit/gtk/gyp/Configuration.gypi.in	2013-03-22 23:28:33 UTC (rev 146675)
+++ trunk/Source/WebKit/gtk/gyp/Configuration.gypi.in	2013-03-22 23:29:19 UTC (rev 146676)
@@ -16,6 +16,11 @@
       'BUILDING_GTK__=1',
       'BUILDING_WEBKIT=1',
       'HAVE_CONFIG_H',
+      'WEBKITGTK_API_VERSION_STRING=\"<(api_version)\"',
+
+      # TODO: We should really use datadir, but it typically requires multiple shell evaluations.
+      # See http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Installation-Directory-Variables.html
+      'DATA_DIR=\"@prefix@/share\"',
     ],
 
     # We pass this as a cflag instead of an include so that we can point to
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to