diff options
author | Matt Reimer <mattjreimer@gmail.com> | 2006-09-01 21:29:45 +0000 |
---|---|---|
committer | Matt Reimer <mattjreimer@gmail.com> | 2006-09-01 21:29:45 +0000 |
commit | 87ae50230b26c98c639327a6beee7bbab4012c4b (patch) | |
tree | c134829d25a404bcead1a61d4dfb6cd37f580ac6 /packages/gtk+ | |
parent | d340fede1b3d8514b5d95d453da25b8a06e14c7c (diff) |
gtk+ 2.8.16: Activate all the patches used in previous versions. For some
reason several were commented out, but they apply and compile cleanly,
so I've re-enabled them.
Diffstat (limited to 'packages/gtk+')
-rw-r--r-- | packages/gtk+/gtk+_2.8.16.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/gtk+/gtk+_2.8.16.bb b/packages/gtk+/gtk+_2.8.16.bb index ef7f20e4ac..d870b0e0b1 100644 --- a/packages/gtk+/gtk+_2.8.16.bb +++ b/packages/gtk+/gtk+_2.8.16.bb @@ -18,14 +18,14 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ file://disable-tooltips.patch;patch=1 \ file://gtklabel-resize-patch;patch=1 \ file://gtktreeview-316689.patch;patch=1 \ -# file://menu-deactivate.patch;patch=1 \ -# 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://menu-deactivate.patch;patch=1 \ + 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" inherit autotools pkgconfig |