summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/directfb/directfb.inc4
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.5.3.bb4
-rw-r--r--meta/recipes-graphics/libsdl/libsdl_1.2.15.bb4
3 files changed, 9 insertions, 3 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc
index f2518e9396..51dc09bc10 100644
--- a/meta/recipes-graphics/directfb/directfb.inc
+++ b/meta/recipes-graphics/directfb/directfb.inc
@@ -19,7 +19,9 @@ S = "${WORKDIR}/DirectFB-${PV}"
19 19
20LDFLAGS_append =" -lts -lm" 20LDFLAGS_append =" -lts -lm"
21 21
22inherit autotools binconfig pkgconfig 22BINCONFIG = "${bindir}/directfb-config"
23
24inherit autotools binconfig-disabled pkgconfig
23 25
24PACKAGECONFIG ??= "" 26PACKAGECONFIG ??= ""
25PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" 27PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper"
diff --git a/meta/recipes-graphics/freetype/freetype_2.5.3.bb b/meta/recipes-graphics/freetype/freetype_2.5.3.bb
index 122b8c04da..2c861de63a 100644
--- a/meta/recipes-graphics/freetype/freetype_2.5.3.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.3.bb
@@ -17,7 +17,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2"
17SRC_URI[md5sum] = "d6b60f06bfc046e43ab2a6cbfd171d65" 17SRC_URI[md5sum] = "d6b60f06bfc046e43ab2a6cbfd171d65"
18SRC_URI[sha256sum] = "c0848b29d52ef3ca27ad92e08351f023c5e24ce8cea7d8fe69fc96358e65f75e" 18SRC_URI[sha256sum] = "c0848b29d52ef3ca27ad92e08351f023c5e24ce8cea7d8fe69fc96358e65f75e"
19 19
20inherit autotools-brokensep pkgconfig binconfig multilib_header 20BINCONFIG = "${bindir}/freetype-config"
21
22inherit autotools-brokensep pkgconfig binconfig-disabled multilib_header
21 23
22LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool" 24LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
23EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" 25EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
index 4a7712116f..f81d862cdc 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -30,7 +30,9 @@ S = "${WORKDIR}/SDL-${PV}"
30SRC_URI[md5sum] = "9d96df8417572a2afb781a7c4c811a85" 30SRC_URI[md5sum] = "9d96df8417572a2afb781a7c4c811a85"
31SRC_URI[sha256sum] = "d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00" 31SRC_URI[sha256sum] = "d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00"
32 32
33inherit autotools lib_package binconfig pkgconfig 33BINCONFIG = "${bindir}/sdl-config"
34
35inherit autotools lib_package binconfig-disabled pkgconfig
34 36
35EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers \ 37EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers \
36 --enable-file --disable-oss --disable-esd --disable-arts \ 38 --enable-file --disable-oss --disable-esd --disable-arts \