You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

53 lines
1.8 KiB

Index: pango.pc.in
--- pango.pc.in.orig 2017-08-16 01:51:10.000000000 +0200
+++ pango.pc.in 2017-08-16 09:18:46.840398000 +0200
@@ -9,4 +9,4 @@
Requires: glib-2.0 gobject-2.0
Libs: -L${libdir} -lpango-@PANGO_API_VERSION@
Libs.private: -lm
-Cflags: -I${includedir}/pango-1.0
+Cflags: -I${includedir}/pango-1.0 -I${includedir}
Index: pango/Makefile.am
--- pango/Makefile.am.orig 2017-08-16 09:18:46.840784000 +0200
+++ pango/Makefile.am 2017-08-16 09:21:50.318804000 +0200
@@ -35,7 +35,7 @@
BUILT_SOURCES = pango-enum-types.h pango-enum-types.c pango-features.h
-pangoincludedir=$(includedir)/pango-1.0/pango
+pangoincludedir=$(includedir)/pango
if OS_WIN32
else
@@ -251,12 +251,7 @@
libpangoxft_1_0_la_LDFLAGS = $(LIBRARY_LIBTOOL_OPTIONS)
libpangoxft_1_0_la_LIBADD = \
libpangoft2-$(PANGO_API_VERSION).la \
- libpango-$(PANGO_API_VERSION).la \
- $(GLIB_LIBS) \
- $(XFT_LIBS) \
- $(FREETYPE_LIBS) \
- $(FONTCONFIG_LIBS) \
- $(libm)
+ libpango-$(PANGO_API_VERSION).la
libpangoxft_1_0_la_DEPENDENCIES = \
libpangoft2-$(PANGO_API_VERSION).la \
libpango-$(PANGO_API_VERSION).la
Index: pangoft2.pc.in
--- pangoft2.pc.in.orig 2017-08-16 01:51:10.000000000 +0200
+++ pangoft2.pc.in 2017-08-16 09:18:46.841062000 +0200
@@ -9,4 +9,4 @@
Requires: pango freetype2 fontconfig
Requires.private: harfbuzz
Libs: -L${libdir} -lpangoft2-@PANGO_API_VERSION@
-Cflags: -I${includedir}/pango-1.0
+Cflags: -I${includedir}/pango-1.0 -I${includedir}
Index: pangoxft.pc.in
--- pangoxft.pc.in.orig 2017-08-16 01:51:10.000000000 +0200
+++ pangoxft.pc.in 2017-08-16 09:18:46.841222000 +0200
@@ -8,4 +8,4 @@
Version: @VERSION@
Requires: pango pangoft2 xft
Libs: -L${libdir} -lpangoxft-@PANGO_API_VERSION@
-Cflags: -I${includedir}/pango-1.0
+Cflags: -I${includedir}/pango-1.0 -I${includedir}