summaryrefslogtreecommitdiffstats
path: root/debian/imlib/imlib-1.9.15/imlib.pc.in
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-09-11 14:38:47 +0900
committerMichele Calgaro <[email protected]>2020-09-11 14:38:47 +0900
commit884c8093d63402a1ad0b502244b791e3c6782be3 (patch)
treea600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/imlib/imlib-1.9.15/imlib.pc.in
parent14e1aa2006796f147f3f4811fb908a6b01e79253 (diff)
downloadextra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz
extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/imlib/imlib-1.9.15/imlib.pc.in')
-rw-r--r--debian/imlib/imlib-1.9.15/imlib.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/imlib/imlib-1.9.15/imlib.pc.in b/debian/imlib/imlib-1.9.15/imlib.pc.in
new file mode 100644
index 00000000..0a6f2765
--- /dev/null
+++ b/debian/imlib/imlib-1.9.15/imlib.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+target=@gdktarget@
+
+
+Name: Imlib
+Description: An image loading and rendering library for X11R6
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} @LDFLAGS@ -lImlib @SUPPORT_LIBS@ @X_LIBS@ @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@
+Cflags: -I${includedir} @X_CFLAGS@