1 prefix=@CMAKE_INSTALL_PREFIX@
3 libdir=@LIB_INSTALL_DIR@
4 includedir=${prefix}/include
6 Name: JavaScriptCoreGTK+
7 Description: GTK+ version of the JavaScriptCore engine
8 Version: @PROJECT_VERSION@
10 Libs: -L${libdir} -ljavascriptcoregtk-@WEBKITGTK_API_VERSION@
11 Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@