aboutsummaryrefslogtreecommitdiffstats
path: root/libowl/libowl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libowl/libowl.pc.in')
-rw-r--r--libowl/libowl.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libowl/libowl.pc.in b/libowl/libowl.pc.in
new file mode 100644
index 0000000..281ac38
--- /dev/null
+++ b/libowl/libowl.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libowl
+Description: OpenedHand Widgets Library
+Requires: gobject-2.0
+Version: @VERSION@
+Libs: -L${libdir} -lowl
+Cflags: -I${includedir}/libowl
+