diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
commit | f98b448ee835646be48f530b3e6fe13b32b093f5 (patch) | |
tree | 9d1062f1e8893e72829df650f5e558c5fb255955 /recipes-graphics/directfb/directfb_1.6.3.bb | |
download | meta-fsl-arm-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-graphics/directfb/directfb_1.6.3.bb')
-rw-r--r-- | recipes-graphics/directfb/directfb_1.6.3.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-graphics/directfb/directfb_1.6.3.bb b/recipes-graphics/directfb/directfb_1.6.3.bb new file mode 100644 index 0000000..277e9a9 --- /dev/null +++ b/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" | ||