librice: allow building bundled rice-proto

rice-proto isn't really bundled but is a subproject in librice that is
built using the pkg-config crate. However the cargo class now disables
bundled dependencies, so explicitly allow rice-proto to be built.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ross Burton
2026-07-31 20:15:21 +01:00
committed by Khem Raj
parent 7bf5f6c248
commit 62fc6e6124
@@ -31,3 +31,5 @@ export LIBCLANG_PATH = "${STAGING_LIBDIR_NATIVE}/libclang.so"
export PKG_CONFIG_SYSROOT_DIR = ""
export OPENSSL_LIB_DIR = "${STAGING_LIBDIR}"
export OPENSSL_INCLUDE_DIR = "${STAGING_INCDIR}"
export SYSTEM_DEPS_RICE_PROTO_BUILD_INTERNAL = "always"