summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/directfb/directfb_1.4.6.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-01-13 14:54:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 15:39:22 +0000
commit70ce04977c9d752430f9a01a01d6db5bf501ba42 (patch)
tree604184b3dc5579b8792092e40599b72ba05506c0 /meta/recipes-graphics/directfb/directfb_1.4.6.bb
parentbc31351f6989372c7feb403f23532afd1f510fb1 (diff)
downloadopenembedded-core-70ce04977c9d752430f9a01a01d6db5bf501ba42.tar.gz
openembedded-core-70ce04977c9d752430f9a01a01d6db5bf501ba42.tar.bz2
openembedded-core-70ce04977c9d752430f9a01a01d6db5bf501ba42.tar.xz
openembedded-core-70ce04977c9d752430f9a01a01d6db5bf501ba42.zip
Add directfb 1.4.6 from meta-openembedded
This package has been added from meta-openembedded in order to be able to build qt4-embedded. The only change was to remove do_install() which was exactly the same as autotools_do_install(). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb_1.4.6.bb')
-rw-r--r--meta/recipes-graphics/directfb/directfb_1.4.6.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb_1.4.6.bb b/meta/recipes-graphics/directfb/directfb_1.4.6.bb
new file mode 100644
index 000000000..70c0225bf
--- /dev/null
+++ b/meta/recipes-graphics/directfb/directfb_1.4.6.bb
@@ -0,0 +1,27 @@
+require directfb.inc
+
+RV = "1.4-5"
+PR = "r2"
+
+DEPENDS += "sysfsutils"
+
+SRC_URI = " \
+ http://directfb.org/downloads/Core/DirectFB-1.4/DirectFB-${PV}.tar.gz \
+ file://directfb-1.2.x-fix-pkgconfig-cflags.patch \
+ file://mkdfiff.patch \
+ file://dont-use-linux-config.patch \
+ "
+
+EXTRA_OECONF = "\
+ --enable-freetype=yes \
+ --enable-zlib \
+ --with-gfxdrivers=none \
+ --disable-sdl \
+ --disable-vnc \
+ --disable-x11 \
+"
+
+LEAD_SONAME = "libdirectfb-1.4.so.5"
+
+SRC_URI[md5sum] = "dbe1957932f81790742b58b94c1c7b84"
+SRC_URI[sha256sum] = "b18121e60e9a084ee347037a53a46cfaea1c09505bd99d673c2e65eca285e69b"