diff options
Diffstat (limited to 'recipes/gnome/libgnomeui_2.16.1.bb')
-rw-r--r-- | recipes/gnome/libgnomeui_2.16.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/libgnomeui_2.16.1.bb b/recipes/gnome/libgnomeui_2.16.1.bb index 16a26edb28..07ade9c426 100644 --- a/recipes/gnome/libgnomeui_2.16.1.bb +++ b/recipes/gnome/libgnomeui_2.16.1.bb @@ -14,7 +14,7 @@ inherit gnome FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la ${libdir}/libglade/*/*.a" FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/" -SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1" +SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;apply=yes" EXTRA_OECONF = "--disable-gtk-doc" |