]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk+: Remove DEFAULT_PREFERENCE statements, they are incorrect and we use poky.conf...
authorRoss Burton <ross@openedhand.com>
Fri, 4 Jan 2008 15:59:05 +0000 (15:59 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 4 Jan 2008 15:59:05 +0000 (15:59 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3409 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gtk+/gtk+_2.10.14.bb
meta/packages/gtk+/gtk+_2.12.3.bb

index 54da71d7db369594f36985b0dbf5ede8b34f67ba..91f2ad13f42330b64a6d2f5c026771e23ca16906 100644 (file)
@@ -3,9 +3,6 @@ require gtk+.inc
 DEPENDS += "cairo"
 PR = "r19"
 
-# disable per default - untested and not all patches included.
-DEFAULT_PREFERENCE = "-1" 
-
 SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
            file://gtklabel-resize-patch;patch=1 \
            file://menu-deactivate.patch;patch=1 \
index 398f01ba0ea20bf63c32139b8c07ac0a17148e68..79784dd0264bdbf1b1a0d4c2382dd4eeb40dfc66 100644 (file)
@@ -3,9 +3,6 @@ require gtk+.inc
 DEPENDS += "cairo"
 PR = "r3"
 
-# disable per default - untested and not all patches included.
-DEFAULT_PREFERENCE = "-1"
-
 SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
            file://xsettings.patch;patch=1 \
            file://run-iconcache.patch;patch=1 \