prefix=@CMAKE_BINARY_DIR@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}
Name: WPE WebKit
Description: Embeddable Web content engine
URL: https://wpewebkit.org
Version: @PROJECT_VERSION@
Requires: glib-2.0 libsoup-@SOUP_API_VERSION@ wpe-1.0 @WPE_PLATFORM_PC_UNINSTALLED_REQUIRES@
Libs: -L${libdir} -lWPEWebKit-@WPE_API_VERSION@
Cflags: -I${includedir}/DerivedSources/ForwardingHeaders/wpe -I${includedir}/DerivedSources/WebKit/ -I${includedir}/DerivedSources/ForwardingHeaders/wpe-jsc -I${includedir}/JavaScriptCoreGLib/Headers -I${includedir}/JavaScriptCoreGLib/DerivedSources
|