summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb_1.6.1.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-07-03 12:34:59 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-09 16:51:19 +0100
commit47800f9bff7a799489851156c341151ee9cf364f (patch)
treebc1e0cedc9f9d6dd417c17e082b0bd5d12221e30 /meta/recipes-graphics/directfb/directfb_1.6.1.bb
parentd66d2bdf6214939e8b131f47db2f35d3c64e7dd2 (diff)
downloadopenembedded-core-47800f9bff7a799489851156c341151ee9cf364f.tar.gz
directfb: upgrade to 1.6.1
Removed two backported patches that already exist in the current version and fixed a compilation issue when zlib is used. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb_1.6.1.bb')
-rw-r--r--meta/recipes-graphics/directfb/directfb_1.6.1.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb_1.6.1.bb b/meta/recipes-graphics/directfb/directfb_1.6.1.bb
new file mode 100644
index 0000000000..cafc21fcf6
--- /dev/null
+++ b/meta/recipes-graphics/directfb/directfb_1.6.1.bb
@@ -0,0 +1,23 @@
+require directfb.inc
+
+RV = "1.6-0"
+PR = "${INC_PR}.0"
+
+DEPENDS += "sysfsutils"
+
+SRC_URI += "file://fix-compilation-with-zlib.patch"
+
+EXTRA_OECONF = "\
+ --enable-freetype=yes \
+ --enable-zlib \
+ --with-gfxdrivers=none \
+ --disable-sdl \
+ --disable-vnc \
+ --disable-x11 \
+"
+
+LEAD_SONAME = "libdirectfb-1.6.so.0"
+
+SRC_URI[md5sum] = "76d3066e75664aa79204af545f2f3c65"
+SRC_URI[sha256sum] = "f47575ea35dd8a30e548c04bf52d8565756d0bed45d1cf9f8afac1cf9b521c45"
+