]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
webkitgtk: add PACKAGECONFIG for librice
authorMarkus Volk <f_l_k@t-online.de>
Wed, 1 Jul 2026 16:55:35 +0000 (18:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jul 2026 16:15:09 +0000 (17:15 +0100)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/webkit/webkitgtk_2.52.4.bb

index 1c3f2343ba4a9f78ecc0289365abed828cfd0d88..e81cdfa3013166e43d38f17f41ffce6ce2739365 100644 (file)
@@ -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 \