diff options
Diffstat (limited to 'meta/recipes-connectivity/gypsy/gypsy.inc')
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy.inc b/meta/recipes-connectivity/gypsy/gypsy.inc index 11a72046fe..0c1735e1b4 100644 --- a/meta/recipes-connectivity/gypsy/gypsy.inc +++ b/meta/recipes-connectivity/gypsy/gypsy.inc @@ -8,12 +8,8 @@ LICENSE = "GPLv2.0 & LGPLv2.1" SECTION = "x11" DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" -inherit autotools pkgconfig +inherit autotools pkgconfig gtk-doc EXTRA_OECONF += "--with-distro=debian" -do_configure_prepend () { - touch ${S}/gtk-doc.make -} - FILES_${PN} += "/usr/share/dbus-1/services/" |