summarylogtreecommitdiffstats
path: root/poppler_pkgconfig_private_libs.patch
blob: 6e3df56258bcb97aa9ca51ce85360c20a820f0aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff -rupN poppler-0.24.5/poppler-cpp.pc.in poppler-0.24.5-new/poppler-cpp.pc.in
--- poppler-0.24.5/poppler-cpp.pc.in	2013-08-17 01:20:41.000000000 +0200
+++ poppler-0.24.5-new/poppler-cpp.pc.in	2014-04-23 13:32:14.000000000 +0200
@@ -11,3 +11,4 @@ Requires: @PC_REQUIRES@
 
 Libs: -L${libdir} -lpoppler-cpp
 Cflags: -I${includedir}/poppler/cpp
+Libs.private: @LIBICONV@
diff -rupN poppler-0.24.5/poppler.pc.in poppler-0.24.5-new/poppler.pc.in
--- poppler-0.24.5/poppler.pc.in	2013-08-17 01:20:41.000000000 +0200
+++ poppler-0.24.5-new/poppler.pc.in	2014-04-23 13:35:57.000000000 +0200
@@ -9,3 +9,4 @@ Version: @VERSION@
 
 Libs: -L${libdir} -lpoppler
 Cflags: -I${includedir}/poppler
+Libs.private: @LIBJPEG_LIBS@ @LIBPNG_LIBS@ @LIBTIFF_LIBS@ @LIBOPENJPEG_LIBS@ @ZLIB_LIBS@ @LIBCURL_LIBS@ @LCMS_LIBS@
diff -rupN poppler-0.24.5/poppler-qt4.pc.in poppler-0.24.5-new/poppler-qt4.pc.in
--- poppler-0.24.5/poppler-qt4.pc.in	2013-08-17 01:20:41.000000000 +0200
+++ poppler-0.24.5-new/poppler-qt4.pc.in	2014-04-25 23:48:47.305320647 +0200
@@ -11,3 +11,4 @@ Requires: @PC_REQUIRES@
 
 Libs: -L${libdir} -lpoppler-qt4
 Cflags: -I${includedir}/poppler/qt4
+Libs.private: @POPPLER_QT4_LIBS@
diff -rupN poppler-0.24.5/poppler-qt5.pc.in poppler-0.24.5-new/poppler-qt5.pc.in
--- poppler-0.24.5/poppler-qt5.pc.in	2013-08-17 01:20:41.000000000 +0200
+++ poppler-0.24.5-new/poppler-qt5.pc.in	2014-04-25 23:48:41.961239691 +0200
@@ -11,3 +11,4 @@ Requires: @PC_REQUIRES@
 
 Libs: -L${libdir} -lpoppler-qt5
 Cflags: -I${includedir}/poppler/qt5
+Libs.private: @POPPLER_QT5_LIBS@