summaryrefslogtreecommitdiff
path: root/misc/libxine.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/libxine.pc.in')
-rw-r--r--misc/libxine.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/libxine.pc.in b/misc/libxine.pc.in
new file mode 100644
index 000000000..c19e0dd24
--- /dev/null
+++ b/misc/libxine.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libxine
+Description: The xine engine library
+Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@
+Requires:
+Libs: -L${libdir} -lxine @ZLIB_LIBS@ @THREAD_LIBS@ @EXTRA_X_LIBS@
+Cflags: -I${includedir} @THREAD_CFLAGS@ @EXTRA_X_CFLAGS@