Signed-off-by: Hongmei Gou <[email protected]>
---
 meta-arago-distro/conf/distro/arago.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arago-distro/conf/distro/arago.conf 
b/meta-arago-distro/conf/distro/arago.conf
index f876f00..4483d0b 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -52,6 +52,9 @@ PACKAGECONFIG_DISTRO_pn-qtbase = "icu examples"
 # Configure gstreamer dependency based on GST_PROVIDER
 PACKAGECONFIG_pn-qtwebkit = "${@base_conditional('GST_PROVIDER', '0.10', 
'gstreamer010', 'gstreamer', d)} qtlocation qtmultimedia qtsensors"
 
+# Add gstreamer in package configuration to enable video
+PACKAGECONFIG_append_pn-qtmultimedia  = " gstreamer"
+
 # Prefer OpenSSL over GnuTLS for curl due to TSU exemptions
 PACKAGECONFIG_pn-curl = "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", 
"ipv6", "", d)} ssl zlib"
 
-- 
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to