netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / directfb / directfb_1.2.8.bb
1 require directfb.inc
2
3 RV = "1.2-0"
4
5 DEPENDS += "sysfsutils"
6
7 SRC_URI = " \
8     http://directfb.org/downloads/Core/DirectFB-1.2/DirectFB-${PV}.tar.gz \
9     file://directfb-1.2.x-fix-pkgconfig-cflags.patch;patch=1 \
10     file://mkdfiff.patch;patch=1 \
11     file://dont-use-linux-config.patch;patch=1 \
12     file://ts_lib_autotools.patch;patch=1 \
13 "
14
15 EXTRA_OECONF = "\
16   --enable-freetype=yes \
17   --enable-zlib \
18   --with-gfxdrivers=none \
19   --disable-libmpeg3 \
20   --disable-sdl \
21   --disable-vnc \
22   --disable-x11 \
23 "
24
25 LDFLAGS_append = ""
26
27 LEAD_SONAME = "libdirectfb-1.2.so.0"