diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-04-30 17:40:53 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-30 21:55:01 +0100 |
commit | 11202d9813b2afe7bc97dfda9e3f7f7eb31cecbf (patch) | |
tree | c01211f80bce4f3bf7e5d6193a7a12567c16b8e0 /meta/recipes-multimedia | |
parent | 57acd08270395cf6b14f408c226d52a7f6740d38 (diff) | |
download | poky-11202d9813b2afe7bc97dfda9e3f7f7eb31cecbf.tar.gz |
alsa-tools: Enable GTK support for X11, Wayland and DirectFB
(From OE-Core rev: 4c2ffce2ae32447a1e39877b9bcbc2cc11ddd2fa)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools_1.0.27.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.27.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.27.bb index dfa9b97017..31134813e1 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.27.bb +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.27.bb | |||
@@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae1 | |||
11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \ |
12 | file://mips_has_no_io_h.patch \ | 12 | file://mips_has_no_io_h.patch \ |
13 | file://autotools.patch \ | 13 | file://autotools.patch \ |
14 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'file://makefile_no_gtk.patch', d)}" | 14 | ${@bb.utils.contains_any('DISTRO_FEATURES', 'x11 wayland directfb', '', \ |
15 | 'file://makefile_no_gtk.patch', d)}" | ||
15 | 16 | ||
16 | SRC_URI[md5sum] = "1ea381d00a6069a98613aa7effa4cb51" | 17 | SRC_URI[md5sum] = "1ea381d00a6069a98613aa7effa4cb51" |
17 | SRC_URI[sha256sum] = "6562611b5a6560712f109e09740a9d4fa47296b07ed9590cb44139c5f154ada2" | 18 | SRC_URI[sha256sum] = "6562611b5a6560712f109e09740a9d4fa47296b07ed9590cb44139c5f154ada2" |
@@ -20,7 +21,7 @@ inherit autotools-brokensep | |||
20 | 21 | ||
21 | EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST} --prefix=${prefix}'" | 22 | EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST} --prefix=${prefix}'" |
22 | 23 | ||
23 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+', '', d)}" | 24 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', 'x11 wayland directfb', 'gtk+', '', d)}" |
24 | PACKAGECONFIG[gtk+] = ",,gtk+ gtk+3," | 25 | PACKAGECONFIG[gtk+] = ",,gtk+ gtk+3," |
25 | 26 | ||
26 | # configure.ac/.in doesn't exist so force copy | 27 | # configure.ac/.in doesn't exist so force copy |