summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain <iain@linux.intel.com>2011-08-24 17:00:10 +0100
committeriain <iain@linux.intel.com>2011-09-26 12:59:41 +0100
commitabaa08e7191fe7d3af0dcec7242475a2162e819d (patch)
treefa1021e01b67475ba03b82f844320e51c2da6f01
parent66f8f46c8354a84e3487da2e06b3f745b88893b5 (diff)
Check for gudev
The discovery of none Bluetooth devices will be done by udev, so we need gudev for that
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ee67564..3484051 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC
AM_PROG_LIBTOOL
-GYPSY_PC_MODULES='glib-2.0 dbus-glib-1 >= 0.60'
+GYPSY_PC_MODULES='glib-2.0 dbus-glib-1 >= 0.60 gudev-1.0'
AC_ARG_ENABLE(bluetooth, AC_HELP_STRING([--disable-bluetooth],[Enable support for Bluetooth GPS devices]),, enable_bluetooth=yes)