diff options
| author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
| commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
| tree | 17e81e77bde19931facf9b30fa5b5981df796071 /imlib2/imlib2_1.1.0.oe | |
| parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) | |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'imlib2/imlib2_1.1.0.oe')
| -rw-r--r-- | imlib2/imlib2_1.1.0.oe | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/imlib2/imlib2_1.1.0.oe b/imlib2/imlib2_1.1.0.oe deleted file mode 100644 index 48033cfdb4..0000000000 --- a/imlib2/imlib2_1.1.0.oe +++ /dev/null @@ -1,31 +0,0 @@ -SECTION = "x11/libs" -DESCRIPTION = "A graphic library for file loading, saving, rendering, and \ -manipulation." -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "freetype x11 xext" - -SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/imlib2-${PV}.tar.gz \ - file://cross.patch;patch=1 \ - file://gcc34.patch;patch=1 \ - file://pkglibdir.patch;patch=1 \ - file://autofoo.patch;patch=1" -S = "${WORKDIR}/imlib2-${PV}" - -inherit autotools pkgconfig binconfig - -# FIXME: enable mmx for archs that support it, or patch imlib's -# configure script to check and see if it can compile assembly -# that uses mmx instructions. -EXTRA_OECONF = "--x-includes=${STAGING_INCDIR} \ - --x-libraries=${STAGING_LIBDIR} \ - --disable-mmx" - -do_configure () { - rm -f ${S}/libltdl/acinclude.m4 - autotools_do_configure -} - -do_stage () { - oe_libinstall -a -so -C src libImlib2 ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/Imlib2.h ${STAGING_INCDIR}/ -} |
