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" | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" | 9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig gtk-doc |
12 | 12 | ||
13 | EXTRA_OECONF += "--with-distro=debian" | 13 | EXTRA_OECONF += "--with-distro=debian" |
14 | 14 | ||
15 | do_configure_prepend () { | ||
16 | touch ${S}/gtk-doc.make | ||
17 | } | ||
18 | |||
19 | FILES_${PN} += "/usr/share/dbus-1/services/" | 15 | FILES_${PN} += "/usr/share/dbus-1/services/" |