diff options
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb_1.6.3.bb')
-rwxr-xr-x | meta/recipes-graphics/directfb/directfb_1.6.3.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb_1.6.3.bb b/meta/recipes-graphics/directfb/directfb_1.6.3.bb new file mode 100755 index 0000000000..277e9a9b5e --- /dev/null +++ b/meta/recipes-graphics/directfb/directfb_1.6.3.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | require directfb.inc | ||
2 | |||
3 | RV = "1.6-0" | ||
4 | PR = "${INC_PR}.2" | ||
5 | |||
6 | DEPENDS += "sysfsutils" | ||
7 | |||
8 | SRC_URI += "file://fix-compilation-with-zlib.patch \ | ||
9 | file://rename-no-instrument-function-macro.patch \ | ||
10 | file://fixsepbuild.patch" | ||
11 | |||
12 | EXTRA_OECONF = "\ | ||
13 | --enable-freetype=yes \ | ||
14 | --enable-zlib \ | ||
15 | --with-gfxdrivers=none \ | ||
16 | --disable-sdl \ | ||
17 | --disable-vnc \ | ||
18 | --disable-x11 \ | ||
19 | --disable-imlib2 \ | ||
20 | --disable-mesa \ | ||
21 | " | ||
22 | |||
23 | LEAD_SONAME = "libdirectfb-1.6.so.0" | ||
24 | |||
25 | SRC_URI[md5sum] = "641e8e999c017770da647f9b5b890906" | ||
26 | SRC_URI[sha256sum] = "7a96aced0f69b2ec0810e9923068e61c21e6b19dd593e09394c872414df75e70" | ||