diff options
Diffstat (limited to 'packages/gypsy/gypsy.inc')
-rw-r--r-- | packages/gypsy/gypsy.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gypsy/gypsy.inc b/packages/gypsy/gypsy.inc new file mode 100644 index 0000000000..6d78943bd5 --- /dev/null +++ b/packages/gypsy/gypsy.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "GPS Controlling Daemon" +LICENSE = "GPL" +SECTION = "x11" +DEPENDS = "glib-2.0 dbus bluez-libs" + +inherit autotools pkgconfig + +do_configure_prepend () { + touch ${S}/gtk-doc.make +} + +FILES_${PN} += "${datadir}/dbus-1/services/" |