blob: 69311319e4ccfc3065200d302a5bf91878c5eb97 (
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
|
require directfb.inc
RV = "1.1-0"
PR = "r0"
DEPENDS += "sysfsutils"
DEFAULT_PREFERENCE = "-1"
SRC_URI = " \
http://www.directfb.org/downloads/Old/DirectFB-${PV}.tar.gz \
file://fix-pkgconfig-cflags.patch;apply=yes \
file://fix-font-missing-char.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 \
"
SRC_URI[md5sum] = "c75255049ca8d5c69afe4db58f603028"
SRC_URI[sha256sum] = "f12ec5f0864d85268a8d67e4919cb7f3d7f0e06ed6cc278c952f6c342673d931"
|