1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Depend on the ISO-8859-1 converter, and remove some options we don't use

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1930 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-06-13 17:15:04 +00:00
parent 303ed7ca2b
commit 8f9dc2cb57
+3 -4
View File
@@ -5,7 +5,7 @@ SECTION = "libs"
LICENSE = "LGPL"
PRIORITY = "optional"
DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt"
PR = "r5"
PR = "r6"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \
file://no-demos.patch;patch=1 \
@@ -43,10 +43,9 @@ FILES_${PN}-dbg += " \
${libdir}/gtk-2.0/${LIBV}/engines/.debug/*"
RRECOMMENDS_linux_${PN} = "glibc-gconv-iso8859-1"
RDEPENDS_linux_${PN} = "glibc-gconv-iso8859-1"
EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration"
# --disable-cruft
EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest"
LIBV = "2.4.0"
LEAD_SONAME = "libgtk-x11*"