summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-04-10 13:53:53 +0200
committerAleksander Morgado <aleksander@aleksander.es>2016-06-07 06:14:05 +0200
commit930cc03f1870721e95948afe89641997677d7a08 (patch)
treee8cf56ce76ed6b1f32b1f39dc7aafb5582467e6d
parentaa5224d7eb3fa416b00094386936eb285ec4ee6b (diff)
downloadlibmbim-930cc03f1870721e95948afe89641997677d7a08.tar.gz
build: really make gudev not mandatory
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c4ac9f9..3f0e637 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,8 +69,7 @@ PKG_CHECK_MODULES(LIBMBIM_GLIB,
glib-2.0 >= 2.32
gobject-2.0
gio-2.0
- gio-unix-2.0
- gudev-1.0 >= 147)
+ gio-unix-2.0)
AC_SUBST(LIBMBIM_GLIB_CFLAGS)
AC_SUBST(LIBMBIM_GLIB_LIBS)