summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb_1.6.3.bb
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-08-19 14:17:43 -0500
committerSaul Wold <sgw@linux.intel.com>2013-08-22 09:15:35 -0700
commit00c078ff442676acf5f4653fe8c5ebf29de811a4 (patch)
treed9de3b293e65667e3334b04b1382e7be54fd04ef /meta/recipes-graphics/directfb/directfb_1.6.3.bb
parent1d08cef09cc7cbf682e8b372987fe4456961272b (diff)
downloadopenembedded-core-00c078ff442676acf5f4653fe8c5ebf29de811a4.tar.gz
directfb: Upgrade to 1.6.3
Remove mesa patch as 1.6.3 provides compatibility with mesa Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb_1.6.3.bb')
-rwxr-xr-xmeta/recipes-graphics/directfb/directfb_1.6.3.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb_1.6.3.bb b/meta/recipes-graphics/directfb/directfb_1.6.3.bb
new file mode 100755
index 0000000000..277e9a9b5e
--- /dev/null
+++ b/meta/recipes-graphics/directfb/directfb_1.6.3.bb
@@ -0,0 +1,26 @@
+require directfb.inc
+
+RV = "1.6-0"
+PR = "${INC_PR}.2"
+
+DEPENDS += "sysfsutils"
+
+SRC_URI += "file://fix-compilation-with-zlib.patch \
+ file://rename-no-instrument-function-macro.patch \
+ file://fixsepbuild.patch"
+
+EXTRA_OECONF = "\
+ --enable-freetype=yes \
+ --enable-zlib \
+ --with-gfxdrivers=none \
+ --disable-sdl \
+ --disable-vnc \
+ --disable-x11 \
+ --disable-imlib2 \
+ --disable-mesa \
+"
+
+LEAD_SONAME = "libdirectfb-1.6.so.0"
+
+SRC_URI[md5sum] = "641e8e999c017770da647f9b5b890906"
+SRC_URI[sha256sum] = "7a96aced0f69b2ec0810e9923068e61c21e6b19dd593e09394c872414df75e70"