diff options
Diffstat (limited to 'gtk+')
-rw-r--r-- | gtk+/gtk+-2.4.13/single-click.patch | 0 | ||||
-rw-r--r-- | gtk+/gtk+-2.4.13/small-gtkfilesel.patch | 0 | ||||
-rw-r--r-- | gtk+/gtk+_2.4.13.oe | 6 |
3 files changed, 4 insertions, 2 deletions
diff --git a/gtk+/gtk+-2.4.13/single-click.patch b/gtk+/gtk+-2.4.13/single-click.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gtk+/gtk+-2.4.13/single-click.patch diff --git a/gtk+/gtk+-2.4.13/small-gtkfilesel.patch b/gtk+/gtk+-2.4.13/small-gtkfilesel.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gtk+/gtk+-2.4.13/small-gtkfilesel.patch diff --git a/gtk+/gtk+_2.4.13.oe b/gtk+/gtk+_2.4.13.oe index 7fe8e99513..fb57b9c88f 100644 --- a/gtk+/gtk+_2.4.13.oe +++ b/gtk+/gtk+_2.4.13.oe @@ -5,7 +5,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "glib-2.0 pango atk jpeg libpng xext libxcursor" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://no-demos.patch;patch=1 \ @@ -20,7 +20,9 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://error-dialog.patch;patch=1 \ file://xsettings.patch;patch=1 \ file://scroll-timings.patch;patch=1 \ - file://gtk-doc.m4" + file://gtk-doc.m4 \ + file://small-gtkfilesel.patch;patch=1 \ + file://single-click.patch;patch=1" inherit autotools pkgconfig flow-lossage |