diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-27 14:38:53 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-27 14:38:53 +0000 |
commit | 03fe9ca2a9851c04d27bebdc08efedbe0d9a6daa (patch) | |
tree | c23beff8cbe45812a6d1ee31348ff4a72205153b /directfb | |
parent | d1e65d636e6566c2a3a103853f87c9ce89c7b765 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/09/27 16:38:26+02:00 uni-frankfurt.de!mickeyl
fix directfb staging and add the directfb c++ wrapper dfb++. patch courtesy Marcel Pommer
BKrev: 415825fd7EFEKmWKZ5UMfnT0rVWBlw
Diffstat (limited to 'directfb')
-rw-r--r-- | directfb/directfb_0.9.20.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/directfb/directfb_0.9.20.oe b/directfb/directfb_0.9.20.oe index 3db8dcd7ad..6ff840a154 100644 --- a/directfb/directfb_0.9.20.oe +++ b/directfb/directfb_0.9.20.oe @@ -7,6 +7,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "jpeg libpng zlib" +PR = "r1" SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz" S = "${WORKDIR}/DirectFB-${PV}" @@ -18,12 +19,12 @@ EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no do_stage() { oe_runmake -C src 'libdir=/lib' 'includedir=/include/directfb' \ 'oldincludedir=/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ + 'DESTDIR=${STAGING_LIBDIR}/..' \ 'INTERNALINCLUDEDIR=/include/directfb-internal' \ install-internalincludeHEADERS install-libLTLIBRARIES oe_runmake -C include 'libdir=/lib' 'includedir=/include/directfb' \ 'oldincludedir=/include' 'datadir=/share' \ - 'DESTDIR=${STAGING_DIR}' \ + 'DESTDIR=${STAGING_LIBDIR}/..' \ 'INTERNALINCLUDEDIR=/include/directfb-internal' \ install-internalincludeHEADERS install-includeHEADERS } |