Revert "autoconf.inc: Use 'which' to find m4"
[openembedded.git] / recipes / gtk+ / gtk+-1.2_1.2.10.bb
bloba503eabbf2737b17a94eb4f1caee9235da5e9b1c
1 LICENSE = "LGPL"
2 DESCRIPTION = "GTK+1.2 is a deprecated library provided for running programs not yet converted to GTK+2.0"
3 HOMEPAGE = "http://www.gtk.org"
4 SECTION = "libs"
5 PRIORITY = "optional"
6 DEPENDS = "glib-1.2 jpeg libpng libxext"
7 PR = "r4"
9 SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-${PV}.tar.gz \
10 file://timezone-fix.patch \
11 file://gtk+1.2-reconf-fix;apply=yes \
12 file://no-xwc;apply=yes"
14 SRC_URI_append_jlime = " file://small-filesel.patch "
16 S = "${WORKDIR}/gtk+-${PV}"
18 inherit autotools pkgconfig flow-lossage binconfig
20 do_configure_prepend() {
21 install -d m4
22 rm -f ltconfig libtool ltmain.sh aclocal.m4
23 sed -i -e s:AM_LC_MESSAGES:gt_LC_MESSAGES:g acinclude.m4
26 FILES_${PN} += "${datadir}/themes"
27 FILES_${PN}-dev += "${datadir}/gtk-1.2/include ${libdir}/gtk-1.2/include"
30 EXTRA_OECONF = "--enable-debug=no --disable-glibtest --disable-xim"
32 do_install_append () {
33 install -d ${D}${sysconfdir}/gtk-1.2
37 SRC_URI[md5sum] = "4d5cb2fc7fb7830e4af9747a36bfce20"
38 SRC_URI[sha256sum] = "3fb843ea671c89b909fd145fa09fd2276af3312e58cbab29ed1c93b462108c34"