diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-06-26 14:12:44 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-29 17:14:47 +0200 |
commit | 26d3c28e435a07aa4233ef3c3e6fc09f94a8e2b0 (patch) | |
tree | 655e774eef8f5669386971b2155ce43da696d415 /configure.ac | |
parent | dc8d9dfdb9456c3aae466d4f2168c1b0e24d8c16 (diff) |
core: new `MMQmiPort' object
This object encapsulates the usage of the `QmiDevice' coming from libqmi-glib.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0d1ff7f4..84c7f06b 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,8 @@ PKG_CHECK_MODULES(MM, gmodule-2.0 gobject-2.0 gio-2.0 - gio-unix-2.0) + gio-unix-2.0 + qmi-glib) AC_SUBST(MM_CFLAGS) AC_SUBST(MM_LIBS) |