diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-12-12 13:57:41 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-12 08:56:53 -0800 |
commit | cdaafdea99c6b49cc56216c6082722e01512a0cd (patch) | |
tree | bcd79a7b2484953d50916d7057068c40fec6095a /meta-multimedia/recipes-connectivity/rygel | |
parent | 602306d4bdfdd0d636103c6037b8627be385ba54 (diff) | |
download | meta-openembedded-cdaafdea99c6b49cc56216c6082722e01512a0cd.tar.gz |
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>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/rygel')
-rw-r--r-- | meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb index 966229639..5212e7833 100644 --- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb +++ b/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb | |||
@@ -37,7 +37,7 @@ PACKAGECONFIG[media-export] = "" | |||
37 | PACKAGECONFIG[gst-launch] = "" | 37 | PACKAGECONFIG[gst-launch] = "" |
38 | PACKAGECONFIG[lms] = "" | 38 | PACKAGECONFIG[lms] = "" |
39 | PACKAGECONFIG[tracker3] = "" | 39 | PACKAGECONFIG[tracker3] = "" |
40 | PACKAGECONFIG[gtk+3] = ",-Dgtk=false,gtk+3" | 40 | PACKAGECONFIG[gtk+3] = ",-Dgtk=disabled,gtk+3" |
41 | 41 | ||
42 | RYGEL_PLUGINS = "" | 42 | RYGEL_PLUGINS = "" |
43 | RYGEL_PLUGINS:append ="${@bb.utils.contains('PACKAGECONFIG', 'external', ',external', '', d)}" | 43 | RYGEL_PLUGINS:append ="${@bb.utils.contains('PACKAGECONFIG', 'external', ',external', '', d)}" |