summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/gtk/webkit.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/gtk/webkit.pc.in')
-rw-r--r--Source/WebKit/gtk/webkit.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/WebKit/gtk/webkit.pc.in b/Source/WebKit/gtk/webkit.pc.in
new file mode 100644
index 0000000..9bed0f3
--- /dev/null
+++ b/Source/WebKit/gtk/webkit.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: WebKit
+Description: Web content engine for GTK+
+Version: @VERSION@
+Requires: glib-2.0 gtk+-@GTK_API_VERSION@ libsoup-2.4
+Libs: -L${libdir} -lwebkitgtk-@WEBKITGTK_API_VERSION@
+Cflags: -I${includedir}/webkit-@WEBKITGTK_API_VERSION@