mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 11:03:04 +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:
parent
89c3f72c35
commit
2a7f35f1e8
@ -25,7 +25,7 @@ SRC_URI += " \
|
||||
DEPENDS += "itstool-native gsettings-desktop-schemas virtual/libx11 gtk+3 startup-notification xkeyboard-config iso-codes udev"
|
||||
|
||||
inherit distro_features_check gtk-doc
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
REQUIRED_DISTRO_FEATURES += "x11"
|
||||
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
EXTRA_OEMESON = "-Ddesktop_docs=false"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user