diff options
-rw-r--r-- | meta-extras/packages/gypsy/gypsy.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-extras/packages/gypsy/gypsy.inc b/meta-extras/packages/gypsy/gypsy.inc index 5d1ff142b5..176c50c46a 100644 --- a/meta-extras/packages/gypsy/gypsy.inc +++ b/meta-extras/packages/gypsy/gypsy.inc | |||
@@ -5,8 +5,10 @@ DEPENDS = "glib-2.0 dbus bluez-libs" | |||
5 | 5 | ||
6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||
8 | EXTRA_OECONF += "--with-distro=debian" | ||
9 | |||
8 | do_configure_prepend () { | 10 | do_configure_prepend () { |
9 | touch ${S}/gtk-doc.make | 11 | touch ${S}/gtk-doc.make |
10 | } | 12 | } |
11 | 13 | ||
12 | FILES_${PN} += "/usr/share/dbus-1/services/" \ No newline at end of file | 14 | FILES_${PN} += "/usr/share/dbus-1/services/" |