]> git.sur5r.net Git - glabels/blob - debian/patches/0003-libglbarcode-uses-pangocairo-not-plain-pango.patch
9b2723eacf8f84ae169f9bd516717bf22a6f1d87
[glabels] / debian / patches / 0003-libglbarcode-uses-pangocairo-not-plain-pango.patch
1 From: Jakob Haufe <sur5r@sur5r.net>
2 Date: Mon, 12 Mar 2012 00:44:57 +0100
3 Subject: libglbarcode uses pangocairo, not plain pango
4
5 Only having pango here results in incomplete linkage and complaints by
6 dpkg-shlibdeps.
7 ---
8  configure.ac                        |    2 +-
9  libglbarcode/libglbarcode-3.0.pc.in |    2 +-
10  2 files changed, 2 insertions(+), 2 deletions(-)
11
12 diff --git a/configure.ac b/configure.ac
13 index ebcb0c4..ca2276d 100644
14 --- a/configure.ac
15 +++ b/configure.ac
16 @@ -176,7 +176,7 @@ dnl ---------------------------------------------------------------------------
17  PKG_CHECK_MODULES(LIBGLBARCODE, [\
18         glib-2.0 >= $GLIB_REQUIRED \
19         cairo >= $CAIRO_REQUIRED \
20 -       pango >= $PANGO_REQUIRED \
21 +       pangocairo >= $PANGO_REQUIRED \
22  ])
23  
24  AC_SUBST(LIBGLBARCODE_CFLAGS)
25 diff --git a/libglbarcode/libglbarcode-3.0.pc.in b/libglbarcode/libglbarcode-3.0.pc.in
26 index 325eff2..f621f14 100644
27 --- a/libglbarcode/libglbarcode-3.0.pc.in
28 +++ b/libglbarcode/libglbarcode-3.0.pc.in
29 @@ -5,7 +5,7 @@ includedir=@includedir@
30  
31  Name: LIBGLBARCODE
32  Description: GLabels Built-In Barcode Library
33 -Requires: glib-2.0 cairo pango
34 +Requires: glib-2.0 cairo pangocairo
35  Version: @VERSION@
36  Libs: -L${libdir} -lglbarcode-3.0
37  Libs.private: -lm