summaryrefslogtreecommitdiff
path: root/packages/gtk+
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-08-27 15:07:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-27 15:07:57 +0000
commit7560a0ded91253bec333b34d63f990eb14d7be3b (patch)
tree5c9f0d9d8eae05524713caa062b841fdd8f17ff4 /packages/gtk+
parent32bb30dcfc8d988c4f4a18c7cfadf2f25695201e (diff)
gtk+-2.8.0: Build fix (Bug #267)
- This helps gtk+ to find the freetype includes during build.
Diffstat (limited to 'packages/gtk+')
-rw-r--r--packages/gtk+/gtk+-2.8.0/pkg-config-pangoft2.patch11
-rw-r--r--packages/gtk+/gtk+_2.8.0.bb3
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/gtk+/gtk+-2.8.0/pkg-config-pangoft2.patch b/packages/gtk+/gtk+-2.8.0/pkg-config-pangoft2.patch
new file mode 100644
index 0000000000..8cbc578f24
--- /dev/null
+++ b/packages/gtk+/gtk+-2.8.0/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)
diff --git a/packages/gtk+/gtk+_2.8.0.bb b/packages/gtk+/gtk+_2.8.0.bb
index 126bc22307..21fb8337fe 100644
--- a/packages/gtk+/gtk+_2.8.0.bb
+++ b/packages/gtk+/gtk+_2.8.0.bb
@@ -6,7 +6,7 @@ SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "glib-2.0 pango atk jpeg libpng xext libxcursor gtk-doc libgcrypt cairo"
-PR = "r0"
+PR = "r1"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \
file://no-xwc.patch;patch=1 \
@@ -17,6 +17,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \
file://gtklabel-resize-patch;patch=1 \
file://menu-deactivate.patch;patch=1 \
file://xsettings.patch;patch=1 \
+ file://pkg-config-pangoft2.patch;patch=1 \
file://scroll-timings.patch;patch=1 \
file://small-gtkfilesel.patch;patch=1 \
file://migration.patch;patch=1;pnum=0"