]>
Commit | Line | Data |
---|---|---|
81345200 A |
1 | prefix=@CMAKE_INSTALL_PREFIX@ |
2 | exec_prefix=${prefix} | |
3 | libdir=@LIB_INSTALL_DIR@ | |
4 | includedir=${prefix}/include | |
6fe7ccc8 A |
5 | |
6 | Name: JavaScriptCoreGTK+ | |
7 | Description: GTK+ version of the JavaScriptCore engine | |
81345200 | 8 | Version: @PROJECT_VERSION@ |
6fe7ccc8 A |
9 | Requires: glib-2.0 |
10 | Libs: -L${libdir} -ljavascriptcoregtk-@WEBKITGTK_API_VERSION@ | |
11 | Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@ |