qtdeclarative-examples package was disabled due to build issues. Reenable it as there are no build issues now.
Signed-off-by: Gowtham Tammana <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 7c702814..3c715447 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -125,7 +125,7 @@ PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer" # Add examples in Qt5 package configurations PACKAGECONFIG_append_pn-qtcharts = " examples" -#PACKAGECONFIG_append_pn-qtdeclarative = " examples" +PACKAGECONFIG_append_pn-qtdeclarative = " examples" PACKAGECONFIG_append_pn-qtlocation = " examples" PACKAGECONFIG_append_pn-qtmultimedia = " examples" PACKAGECONFIG_append_pn-qtscript = " examples" -- 2.31.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
