diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-13 18:43:13 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-13 18:44:24 +0100 |
commit | 19daa72621c8a1bfc91488a2f31e7aa07794506a (patch) | |
tree | ec74177b4d676ec2fe440498d775836beda3520a /src/qmi-firmware-update/qfu-reseter.c | |
parent | 6d7479a4997c441f155348f25814b969ed4b5950 (diff) | |
download | external_libqmi-19daa72621c8a1bfc91488a2f31e7aa07794506a.zip external_libqmi-19daa72621c8a1bfc91488a2f31e7aa07794506a.tar.gz external_libqmi-19daa72621c8a1bfc91488a2f31e7aa07794506a.tar.bz2 |
qmi-firmware-update: allow building without udev
We allow running FW updates even when udev isn't available in the
system. In this case, though, only the manual operations will be
supported (i.e. --reset and --update-qdl).
Diffstat (limited to 'src/qmi-firmware-update/qfu-reseter.c')
-rw-r--r-- | src/qmi-firmware-update/qfu-reseter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qmi-firmware-update/qfu-reseter.c b/src/qmi-firmware-update/qfu-reseter.c index 87a9b0a..541d390 100644 --- a/src/qmi-firmware-update/qfu-reseter.c +++ b/src/qmi-firmware-update/qfu-reseter.c @@ -23,7 +23,6 @@ #include <string.h> #include <gio/gio.h> -#include <gudev/gudev.h> #include <libqmi-glib.h> |