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