mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
rygel: fix build with gtk+3 PACKAGECONFIG disabled
* fixes: rygel-0.42.4/meson.build:1:0: ERROR: Value "false" (of type "string") for combo option "gtk" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto". * possibly changed since: https://github.com/GNOME/rygel/commit/7e1819d9e49084c9dc55064a6f21d0f7caa90da6 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -37,7 +37,7 @@ PACKAGECONFIG[media-export] = ""
|
||||
PACKAGECONFIG[gst-launch] = ""
|
||||
PACKAGECONFIG[lms] = ""
|
||||
PACKAGECONFIG[tracker3] = ""
|
||||
PACKAGECONFIG[gtk+3] = ",-Dgtk=false,gtk+3"
|
||||
PACKAGECONFIG[gtk+3] = ",-Dgtk=disabled,gtk+3"
|
||||
|
||||
RYGEL_PLUGINS = ""
|
||||
RYGEL_PLUGINS:append ="${@bb.utils.contains('PACKAGECONFIG', 'external', ',external', '', d)}"
|
||||
|
||||
Reference in New Issue
Block a user