diff options
-rw-r--r-- | recipes/gnome/gnome-desktop_2.28.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-desktop_2.28.0.bb b/recipes/gnome/gnome-desktop_2.28.0.bb index 9ae69b28ff..03079e3a83 100644 --- a/recipes/gnome/gnome-desktop_2.28.0.bb +++ b/recipes/gnome/gnome-desktop_2.28.0.bb @@ -4,3 +4,5 @@ inherit gnome pkgconfig DEPENDS += "gnome-doc-utils gnome-vfs libxrandr" +# FIXME: docs build requires gnome-doc-utils-native (for xml2po) and docbook +SRC_URI += "file://no-desktop-docs.patch;patch=1;pnum=0" |