From 6882a04fb36642862b11efe514251d32070c3d65 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Thu, 25 Aug 2016 19:20:41 +0300 Subject: Imported QtWebKit TP3 (git b57bc6801f1876c3220d5a4bfea33d620d477443) Change-Id: I3b1d8a2808782c9f34d50240000e20cb38d3680f Reviewed-by: Konstantin Tokarev --- Source/JavaScriptCore/javascriptcoregtk.pc.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Source/JavaScriptCore/javascriptcoregtk.pc.in') diff --git a/Source/JavaScriptCore/javascriptcoregtk.pc.in b/Source/JavaScriptCore/javascriptcoregtk.pc.in index ca7c8e3da..b2afb26b2 100644 --- a/Source/JavaScriptCore/javascriptcoregtk.pc.in +++ b/Source/JavaScriptCore/javascriptcoregtk.pc.in @@ -1,11 +1,11 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=@LIB_INSTALL_DIR@ +includedir=${prefix}/include Name: JavaScriptCoreGTK+ Description: GTK+ version of the JavaScriptCore engine -Version: @VERSION@ +Version: @PROJECT_VERSION@ Requires: glib-2.0 Libs: -L${libdir} -ljavascriptcoregtk-@WEBKITGTK_API_VERSION@ Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@ -- cgit v1.2.1