diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-06-12 15:11:51 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-06-12 15:11:51 +0000 |
commit | 4bb292958ea6afe63213f5584ee8d6f5bada3b55 (patch) | |
tree | 0e152f13d54153e95613773b2597db0d0e23470b /packages/gtk+/gtk+_2.10.12.bb | |
parent | b1f4d34f8541f039d72d423223c91e32540a2fc5 (diff) |
gtk+: Add patch to fix file selector segfault contributed by HEXaBYTE.
Diffstat (limited to 'packages/gtk+/gtk+_2.10.12.bb')
-rw-r--r-- | packages/gtk+/gtk+_2.10.12.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gtk+/gtk+_2.10.12.bb b/packages/gtk+/gtk+_2.10.12.bb index 3756d85062..895d10e4f3 100644 --- a/packages/gtk+/gtk+_2.10.12.bb +++ b/packages/gtk+/gtk+_2.10.12.bb @@ -1,6 +1,6 @@ require gtk-2.10.inc -PR = "r0" +PR = "r1" # disable per default - untested and not all patches included. DEFAULT_PREFERENCE = "-1" @@ -21,6 +21,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ file://single-click.patch;patch=1 \ file://spinbutton.patch;patch=1 \ file://gtk+-handhelds.patch;patch=1 \ + file://filesel-fix-segfault.patch;patch=1 \ " #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |