diff --git a/package/qt5/Config.in b/package/qt5/Config.in index 6f2428d8..b8d7a49c 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_QT5_JSCORE_AVAILABLE bool default y # Javascript engine is only available on certain architectures - depends on BR2_arm || BR2_aarch64 || BR2_i386 || BR2_x86_64 || BR2_mipsel + depends on BR2_arm || BR2_aarch64 || BR2_i386 || BR2_x86_64 || BR2_mipsel || BR2_riscv # ARM needs BLX, so v5t+ depends on !BR2_ARM_CPU_ARMV4 diff --git a/package/qt5/qt5webengine/Config.in b/package/qt5/qt5webengine/Config.in index 4e923c7f..cf0e0460 100644 --- a/package/qt5/qt5webengine/Config.in +++ b/package/qt5/qt5webengine/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_QT5WEBENGINE_ARCH_SUPPORTS bool default y if BR2_aarch64 || BR2_arm || \ BR2_i386 || BR2_x86_64 || \ - BR2_mips || BR2_mips64 + BR2_mips || BR2_mips64 || BR2_riscv # -m32 flag is used for 32bit builds and host tools have # limited architecture support depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"