diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-14 20:05:12 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-14 20:05:12 +0000 |
commit | 1d53017dcc04b1619c228059c1cc8094721f4edd (patch) | |
tree | 4586616614ff6e5ced3961efd64823b5f321ca79 /directfb | |
parent | d5c08baedc06114af1fb4097564497e2fc6e4460 (diff) |
Rename a ton of files to deal with the seperator change.
BKrev: 3f8c56f8VmGkGikIZwqf-Y_cce7tdg
Diffstat (limited to 'directfb')
-rw-r--r-- | directfb/directfb-0.9.19.oe | 31 | ||||
-rw-r--r-- | directfb/directfb_0.9.19.oe | 0 |
2 files changed, 0 insertions, 31 deletions
diff --git a/directfb/directfb-0.9.19.oe b/directfb/directfb-0.9.19.oe deleted file mode 100644 index cda0885b23..0000000000 --- a/directfb/directfb-0.9.19.oe +++ /dev/null @@ -1,31 +0,0 @@ -SECTION="libs" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 libjpeg62 libpng3 zlib1g -DEPENDS=virtual/libc libjpeg62 libpng3 zlib1g - -SRC_URI=http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz; -S=${WORKDIR}/DirectFB-${PV} - -inherit autotools libtool - -EXTRA_OECONF="--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no" - -do_stage() { - oe_runmake -C src 'libdir=/target/lib' 'includedir=/target/include/directfb' \ - 'oldincludedir=/target/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ - 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ - install-internalincludeHEADERS install-libLTLIBRARIES - oe_runmake -C include 'libdir=/target/lib' 'includedir=/target/include/directfb' \ - 'oldincludedir=/target/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ - 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ - install-internalincludeHEADERS install-includeHEADERS - install -d ${STAGING_DIR}/share/pkgconfig - install -m 0644 directfb.pc ${STAGING_DIR}/share/pkgconfig -} - -do_install() { - oe_runmake 'DESTDIR=${D}' install -} diff --git a/directfb/directfb_0.9.19.oe b/directfb/directfb_0.9.19.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/directfb/directfb_0.9.19.oe |