merge of 'bfb00d07f52c7b9131c72ba2ccf74615ff161cac'
[openembedded.git] / packages / gtk+ / gtk+_2.10.12.bb
1 require gtk-2.10.inc
2
3 PR = "r1"
4
5 # disable per default - untested and not all patches included.
6 DEFAULT_PREFERENCE = "-1"
7
8 SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
9            file://no-xwc.patch;patch=1 \
10            file://automake-lossage.patch;patch=1 \
11            file://disable-tooltips.patch;patch=1 \
12            file://gtklabel-resize-patch;patch=1 \
13            file://menu-deactivate.patch;patch=1 \
14            file://xsettings.patch;patch=1 \
15            file://scroll-timings.patch;patch=1 \
16            file://small-gtkfilesel.patch;patch=1 \
17            file://migration.patch;patch=1;pnum=0 \
18            file://run-iconcache.patch;patch=1 \
19            file://hardcoded_libtool.patch;patch=1 \
20            file://no-demos.patch;patch=1 \
21            file://single-click.patch;patch=1 \
22            file://spinbutton.patch;patch=1 \
23            file://gtk+-handhelds.patch;patch=1 \
24            file://filesel-fix-segfault.patch;patch=1 \
25            "
26
27 #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
28 require gtk-fpu.inc
29 EXTRA_OECONF += "${@get_gtk_fpu_setting(bb, d)}"