From: Markus Volk Date: Wed, 1 Jul 2026 16:55:35 +0000 (+0200) Subject: webkitgtk: add PACKAGECONFIG for librice X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8aa8dd83be1694bbac8a3cf39d9b61e8704e5b7f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git webkitgtk: add PACKAGECONFIG for librice This avoids: | -- Checking for module 'rice-proto' | -- Package 'rice-proto' not found | -- Checking for module 'rice-io' | -- Package 'rice-io' not found | -- Could NOT find Rice (missing: Io Proto) (Required is at least version "0.1.1") | CMake Error at Source/cmake/GStreamerChecks.cmake:67 (message): | librice-{io,proto} is needed for USE_LIBRICE. Note: librice is availabe in meta-oe Signed-off-by: Markus Volk Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/webkit/webkitgtk_2.52.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.52.4.bb index 1c3f2343ba..e81cdfa301 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.52.4.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.52.4.bb @@ -80,6 +80,7 @@ PACKAGECONFIG[backtrace] = "-DUSE_LIBBACKTRACE=ON,-DUSE_LIBBACKTRACE=OFF,libback PACKAGECONFIG[gamepad] = "-DENABLE_GAMEPAD=ON,-DENABLE_GAMEPAD=OFF,libmanette" PACKAGECONFIG[sysprof-capture] = "-DUSE_SYSTEM_SYSPROF_CAPTURE=YES,-DUSE_SYSTEM_SYSPROF_CAPTURE=NO,sysprof" PACKAGECONFIG[speech] = "-DENABLE_SPEECH_SYNTHESIS=ON,-DENABLE_SPEECH_SYNTHESIS=OFF,flite" +PACKAGECONFIG[librice] = "-DUSE_LIBRICE=ON,-DUSE_LIBRICE=OFF,librice" EXTRA_OECMAKE = " \ -DPORT=GTK \