diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-17 09:03:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-17 09:03:02 +0000 |
commit | 9ebe3bcca1ab873bfabadb461a49de8ccc7d9aaf (patch) | |
tree | fe2245558b0e684baa0d0188318cb5f40b3fe4d5 /packages/gtk+/gtk+_2.12.0.bb | |
parent | 7106fa8b7dbec7f10923f3dfa1342ca49499c3b3 (diff) |
gtk+ 2.12.0: also build tiff pixbug loader
Diffstat (limited to 'packages/gtk+/gtk+_2.12.0.bb')
-rw-r--r-- | packages/gtk+/gtk+_2.12.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gtk+/gtk+_2.12.0.bb b/packages/gtk+/gtk+_2.12.0.bb index 6b724bab80..57ba24e796 100644 --- a/packages/gtk+/gtk+_2.12.0.bb +++ b/packages/gtk+/gtk+_2.12.0.bb @@ -1,5 +1,7 @@ require gtk+.inc +PR = "r1" + DEPENDS += "cairo" # disable per default - untested and not all patches included. @@ -22,7 +24,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \ # die die die # file://pangoxft2.10.6.diff;patch=1" -EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration" +EXTRA_OECONF = "--with-libtiff --disable-xkb --disable-glibtest --enable-display-migration" LIBV = "2.10.0" |