summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-09 09:36:07 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-10 16:21:08 -0800
commit9a956844b4b3c1c51c0fbb7764ea24ef3536b075 (patch)
tree2b7dbd2d3b4b8b82f3b62c1e590d6f7f179fb67f
parent1d6a1d38b8e47faceaa65dc6d6476ca85cf4eaec (diff)
downloadmeta-openembedded-9a956844b4b3c1c51c0fbb7764ea24ef3536b075.tar.gz
projucer: add x11 to required distro features
It depends on many X11-libs Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/juce/projucer.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/juce/projucer.inc b/meta-multimedia/recipes-multimedia/juce/projucer.inc
index 60bd0e24b..fc8baa45b 100644
--- a/meta-multimedia/recipes-multimedia/juce/projucer.inc
+++ b/meta-multimedia/recipes-multimedia/juce/projucer.inc
@@ -6,7 +6,9 @@ HOMEPAGE = "http://juce.com/"
6LICENSE = "GPLv3" 6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a20f91622a47d4e4af9340d5d3f1a2d8" 7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a20f91622a47d4e4af9340d5d3f1a2d8"
8 8
9inherit pkgconfig 9inherit pkgconfig features_check
10
11REQUIRED_DISTRO_FEATURES = "x11"
10 12
11DEPENDS = "libx11 libxext libxinerama libxrandr libxcursor freetype alsa-lib curl bzip2 libpng harfbuzz glib-2.0 libpcre" 13DEPENDS = "libx11 libxext libxinerama libxrandr libxcursor freetype alsa-lib curl bzip2 libpng harfbuzz glib-2.0 libpcre"
12DEPENDS_append_libc-musl = " libexecinfo" 14DEPENDS_append_libc-musl = " libexecinfo"