mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
28 lines
615 B
BlitzBasic
28 lines
615 B
BlitzBasic
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"
|