aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-probe.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-05 19:51:18 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-05 20:02:31 +0200
commit4804c376049ad5746eb054ab5ed08bc4d8f9fedf (patch)
treed712208bb3797e2a66bcc8a7505a35fe2373947a /src/mm-port-probe.h
parentbf1da3faea4605a9a1305993b04e9db425561b1d (diff)
build: new `--without-qmi' configure option
For those who don't care about the QMI support through libqmi-glib, or if you're stuck with glib 2.30 (libqmi-glib requires 2.32), this configure switch allows disabling the QMI support completely. The logic to detect cdc-wdm ports is still in place, but the QMI probing is never launched at them. Also, all QMI-related objects won't be compiled.
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r--src/mm-port-probe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h
index d626ff29..74a3420f 100644
--- a/src/mm-port-probe.h
+++ b/src/mm-port-probe.h
@@ -16,6 +16,8 @@
#ifndef MM_PORT_PROBE_H
#define MM_PORT_PROBE_H
+#include "config.h"
+
#include <glib.h>
#include <glib-object.h>
#include <gio/gio.h>