Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / directfb / directfb_1.1.1.bb
1 require directfb.inc
2
3 RV = "1.1-0"
4 FILE_PR = "r0"
5
6 DEPENDS += "sysfsutils"
7
8 DEFAULT_PREFERENCE = "-1"
9
10 SRC_URI = " \
11     http://www.directfb.org/downloads/Old/DirectFB-${PV}.tar.gz \
12     file://fix-pkgconfig-cflags.patch;patch=1 \
13     file://fix-font-missing-char.patch;patch=1 \
14     file://mkdfiff.patch;patch=1 \
15     file://dont-use-linux-config.patch;patch=1 \
16     file://ts_lib_autotools.patch;patch=1 \
17 "
18
19 EXTRA_OECONF = "\
20   --enable-freetype=yes \
21   --enable-zlib \
22   --with-gfxdrivers=none \
23   --disable-libmpeg3 \
24   --disable-sdl \
25   --disable-vnc \
26   --disable-x11 \
27 "