mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
(From OE-Core rev: ee3d6b819160d6a9a1e474e6a9669f9ca2a3b5a3) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
465 B
BlitzBasic
24 lines
465 B
BlitzBasic
require directfb.inc
|
|
|
|
RV = "1.7-4"
|
|
|
|
DEPENDS += "sysfsutils"
|
|
|
|
SRC_URI += "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.7.so.0"
|
|
|
|
SRC_URI[md5sum] = "f5bdacde77fc653279819796ae11341e"
|
|
SRC_URI[sha256sum] = "20ccd60011c788e50c940ab566943d050679067bc84dc37ca447f1b4af08481b"
|