xan@webkit.org | 17c5336 | 2011-04-28 19:18:31 +0000 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
6 | Name: JavaScriptCoreGTK+ | ||||
7 | Description: GTK+ version of the JavaScriptCore engine | ||||
8 | Version: @VERSION@ | ||||
9 | Requires: glib-2.0 | ||||
10 | Libs: -L${libdir} -ljavascriptcoregtk-@WEBKITGTK_API_VERSION@ | ||||
carlosgc@webkit.org | 28f2983 | 2011-09-27 09:35:55 +0000 | [diff] [blame] | 11 | Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@ |