diff mbox series

webkitgtk: add PACKAGECONFIG for librice

Message ID 20260701165536.1650194-1-f_l_k@t-online.de
State New
Headers show
Series webkitgtk: add PACKAGECONFIG for librice | expand

Commit Message

Markus Volk July 1, 2026, 4:55 p.m. UTC
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 <f_l_k@t-online.de>
---
 meta/recipes-sato/webkit/webkitgtk_2.52.4.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 \