diff options
Diffstat (limited to 'meta/recipes-graphics/directfb')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb.inc | 11 | ||||
-rw-r--r-- | meta/recipes-graphics/directfb/directfb_1.7.6.bb | 13 |
2 files changed, 6 insertions, 18 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index 669c0ffd9d..13495b167d 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc | |||
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2.1" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" |
10 | 10 | ||
11 | HOMEPAGE = "http://directfb.org" | 11 | HOMEPAGE = "http://directfb.org" |
12 | DEPENDS = "jpeg libpng freetype zlib tslib" | 12 | DEPENDS = "jpeg libpng freetype zlib tslib sysfsutils" |
13 | 13 | ||
14 | SRC_URI = "http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-${PV}.tar.gz \ | 14 | SRC_URI = "http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-${PV}.tar.gz \ |
15 | file://configurefix.patch \ | 15 | file://configurefix.patch \ |
@@ -31,12 +31,13 @@ PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | |||
31 | 31 | ||
32 | EXTRA_OECONF = "\ | 32 | EXTRA_OECONF = "\ |
33 | --with-gfxdrivers=none \ | 33 | --with-gfxdrivers=none \ |
34 | --enable-libmpeg3=no \ | ||
35 | --enable-freetype=yes \ | 34 | --enable-freetype=yes \ |
36 | --enable-sdl=no \ | 35 | --enable-zlib \ |
37 | --enable-vnc=no \ | 36 | --disable-imlib2 \ |
38 | --disable-x11 \ | ||
39 | --disable-mesa \ | 37 | --disable-mesa \ |
38 | --disable-sdl \ | ||
39 | --disable-vnc \ | ||
40 | --disable-x11 \ | ||
40 | " | 41 | " |
41 | 42 | ||
42 | #Once -fno-omit-frame-pointer option of gcc is added into TARGET_CLFAGS as default | 43 | #Once -fno-omit-frame-pointer option of gcc is added into TARGET_CLFAGS as default |
diff --git a/meta/recipes-graphics/directfb/directfb_1.7.6.bb b/meta/recipes-graphics/directfb/directfb_1.7.6.bb index d25d98746f..1b49112c37 100644 --- a/meta/recipes-graphics/directfb/directfb_1.7.6.bb +++ b/meta/recipes-graphics/directfb/directfb_1.7.6.bb | |||
@@ -2,19 +2,6 @@ require directfb.inc | |||
2 | 2 | ||
3 | RV = "1.7-6" | 3 | RV = "1.7-6" |
4 | 4 | ||
5 | DEPENDS += "sysfsutils" | ||
6 | |||
7 | EXTRA_OECONF = "\ | ||
8 | --enable-freetype=yes \ | ||
9 | --enable-zlib \ | ||
10 | --with-gfxdrivers=none \ | ||
11 | --disable-sdl \ | ||
12 | --disable-vnc \ | ||
13 | --disable-x11 \ | ||
14 | --disable-imlib2 \ | ||
15 | --disable-mesa \ | ||
16 | " | ||
17 | |||
18 | LEAD_SONAME = "libdirectfb-1.7.so.0" | 5 | LEAD_SONAME = "libdirectfb-1.7.so.0" |
19 | 6 | ||
20 | SRC_URI[md5sum] = "8a7bb06b3f58599b230b4cf314004512" | 7 | SRC_URI[md5sum] = "8a7bb06b3f58599b230b4cf314004512" |