mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 05:11:59 +00:00
gnome-desktop3: Fix REQUIRED_DISTRO_FEATURES
Append instead of overwriting the previous one. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ SRC_URI += " \
|
|||||||
DEPENDS += "itstool-native gsettings-desktop-schemas virtual/libx11 gtk+3 startup-notification xkeyboard-config iso-codes udev"
|
DEPENDS += "itstool-native gsettings-desktop-schemas virtual/libx11 gtk+3 startup-notification xkeyboard-config iso-codes udev"
|
||||||
|
|
||||||
inherit distro_features_check gtk-doc
|
inherit distro_features_check gtk-doc
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES += "x11"
|
||||||
|
|
||||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||||
EXTRA_OEMESON = "-Ddesktop_docs=false"
|
EXTRA_OEMESON = "-Ddesktop_docs=false"
|
||||||
|
|||||||
Reference in New Issue
Block a user