diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/gnome-desktop_2.26.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-desktop_2.26.0.bb b/recipes/gnome/gnome-desktop_2.26.0.bb new file mode 100644 index 0000000000..52c0e6d3e6 --- /dev/null +++ b/recipes/gnome/gnome-desktop_2.26.0.bb @@ -0,0 +1,8 @@ +require gnome-desktop.inc + +inherit gnome pkgconfig + +DEPENDS += "gnome-doc-utils gnome-vfs libxrandr" + +SRC_URI += " \ + file://no-desktop-docs.patch;patch=1;pnum=0" |