diff options
Diffstat (limited to 'packages/gtk+/gtk+_2.8.6.bb')
-rw-r--r-- | packages/gtk+/gtk+_2.8.6.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/gtk+/gtk+_2.8.6.bb b/packages/gtk+/gtk+_2.8.6.bb index 126bc22307..e6f0388114 100644 --- a/packages/gtk+/gtk+_2.8.6.bb +++ b/packages/gtk+/gtk+_2.8.6.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 \ @@ -19,10 +19,10 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ file://xsettings.patch;patch=1 \ file://scroll-timings.patch;patch=1 \ file://small-gtkfilesel.patch;patch=1 \ - file://migration.patch;patch=1;pnum=0" -# file://no-demos.patch;patch=1 -# file://gtk+-handhelds.patch;patch=1 -# file://single-click.patch;patch=1 + file://migration.patch;patch=1;pnum=0 \ + file://no-demos.patch;patch=1 \ + file://gtk+-handhelds.patch;patch=1 \ + file://single-click.patch;patch=1" inherit autotools pkgconfig |