From de385cb2159007d5e663ecfe808b6023812805e8 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 6 Nov 2017 11:14:04 +0200 Subject: sdk: add missing wayland tools to native sdk The DISTRO_FEATURES are now filtered for native and nativesdk. Since we are using it to determine if (qt)wayland tools should be installed into the sdk, we need to make sure that wayland is still applied to those builds when enabled. Task-number: QTBUG-64286 Change-Id: I693a2fad7aeee26479ee10654cd4f55f34c8711b Reviewed-by: Mikko Gronoff --- conf/distro/b2qt.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index 3048fff..08efdf1 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf @@ -54,6 +54,8 @@ SYSVINIT_ENABLED_GETTYS = "" DISTRO_FEATURES_DEFAULT_remove = "irda pcmcia pci 3g nfc zeroconf x11" DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio sysvinit" +DISTRO_FEATURES_FILTER_NATIVESDK_append = " wayland" + FONTCONFIG_CACHE_DIR = "${libdir}/fontconfig/cache" # use GStreamer 1.0, optionally change to "gstreamer010" to use GStreamer 0.10 -- cgit v1.2.3-54-g00ecf