diff options
Diffstat (limited to 'packages/gtk+/gtk+-2.8.2/pkg-config-pangoft2.patch')
-rw-r--r-- | packages/gtk+/gtk+-2.8.2/pkg-config-pangoft2.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.8.2/pkg-config-pangoft2.patch b/packages/gtk+/gtk+-2.8.2/pkg-config-pangoft2.patch new file mode 100644 index 0000000000..8cbc578f24 --- /dev/null +++ b/packages/gtk+/gtk+-2.8.2/pkg-config-pangoft2.patch @@ -0,0 +1,11 @@ +--- gtk+-2.8.0/configure.in.orig 2005-08-27 15:52:21 +0200 ++++ gtk+-2.8.0/configure.in 2005-08-26 23:07:10 +0200 +@@ -1347,7 +1347,7 @@ + if test "x$gdktarget" = "xwin32"; then + PANGO_PACKAGES="pangowin32 pangocairo" + else +- PANGO_PACKAGES="pango pangocairo" ++ PANGO_PACKAGES="pango pangocairo pangoxft pangoft2" + fi + + AC_MSG_CHECKING(Pango flags) |