blob: 079ec9f2ab3e6cff9531346d30825fb6869ffe7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
require directfb.inc
RV = "1.2-0"
PR = "r1"
DEPENDS += "sysfsutils"
SRC_URI = " \
http://www.directfb.org/downloads/Old/DirectFB-${PV}.tar.gz \
file://directfb-1.2.x-fix-pkgconfig-cflags.patch;apply=yes \
file://mkdfiff.patch;apply=yes \
file://dont-use-linux-config.patch;apply=yes \
file://ts_lib_autotools.patch;apply=yes \
"
EXTRA_OECONF = "\
--enable-freetype=yes \
--enable-zlib \
--with-gfxdrivers=none \
--disable-libmpeg3 \
--disable-sdl \
--disable-vnc \
--disable-x11 \
"
LDFLAGS_append = ""
LEAD_SONAME = "libdirectfb-1.2.so.0"
SRC_URI[md5sum] = "caea8bcfc9c1d391e56d85e437005a5d"
SRC_URI[sha256sum] = "0875e553a17fe65e920ad810a67aa6faca582c53476d8dc75880a6b3da625d0b"
|