summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/libjpeg/libjpeg.pc.in
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/libjpeg/libjpeg.pc.in')
-rw-r--r--3rdparty/libjpeg/libjpeg.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/libjpeg/libjpeg.pc.in b/3rdparty/libjpeg/libjpeg.pc.in
new file mode 100644
index 00000000000..d8e738f4e9e
--- /dev/null
+++ b/3rdparty/libjpeg/libjpeg.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libjpeg
+Description: Reads and writes JPEG files
+Version: @JPEG_LIB_VERSION_MAJOR@.@JPEG_LIB_VERSION_MINOR@.0
+Libs: -L${libdir} -ljpeg
+Cflags: -I${includedir}