]>
Commit | Line | Data |
---|---|---|
6fe7ccc8 A |
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@ | |
11 | Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@ |