webkitgtk3 enables librice support by default, thus build fails. Add a PACKAGECONFIG for librice to handle this but disable by default to not change our dependencies. librice requires clang-native to build bindgen.
todo: enable this PACKAGECONFIG by default? Signed-off-by: Markus Volk <[email protected]> --- meta-oe/recipes-support/webkitgtk/webkitgtk3_2.52.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.52.4.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.52.4.bb index 4486450595..c0836d283d 100644 --- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.52.4.bb +++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.52.4.bb @@ -88,6 +88,7 @@ PACKAGECONFIG[bubblewrap] = "-DENABLE_BUBBLEWRAP_SANDBOX=ON -DBWRAP_EXECUTABLE=$ PACKAGECONFIG[backtrace] = "-DUSE_LIBBACKTRACE=ON,-DUSE_LIBBACKTRACE=OFF,libbacktrace" 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=YES,-DUSE_LIBRICE=NO,librice" EXTRA_OECMAKE = " \ -DPORT=GTK \ -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127526): https://lists.openembedded.org/g/openembedded-devel/message/127526 Mute This Topic: https://lists.openembedded.org/mt/119754156/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
