summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* release: bump version to 1.5.992 (1.6-rc3)1.6-rc3Aleksander Morgado2016-04-181-1/+1
|
* build: make '--with-suspend-resume' auto by defaultAleksander Morgado2016-04-031-7/+17
| | | | If systemd is found, enable suspend resume support.
* build: use 'no' to disable suspend/resume support, instead of 'none'Aleksander Morgado2016-04-031-3/+3
|
* build: use 'no' to disable polkit, instead of 'none'Aleksander Morgado2016-04-031-6/+4
|
* release: bump version to 1.5.991 (1.6-rc2)1.6-rc2Aleksander Morgado2016-03-251-1/+1
|
* UPower signaling obsolescencepoma2016-03-211-6/+2
| | | | | | | | | | | | "Newer upower versions no longer emit that signal since this handled by systemd." by Michael Biebl <mbiebl@gmail.org> https://lists.freedesktop.org/archives/devkit-devel/2014-March/001575.html See also "Plans for UPower 1.0" by Richard Hughes <hughsient@gmail.com> https://lists.freedesktop.org/archives/devkit-devel/2013-January/001339.html Signed-off-by: poma <pomidorabelisima@gmail.com>
* build: fix missing MMCLI_LIBS variableAleksander Morgado2016-03-211-1/+1
|
* release: bump version to 1.5.900 (1.6-rc1)1.6-rc1Aleksander Morgado2016-03-181-3/+3
| | | | Also bump soname of libmm-glib, as the interface has grown since the last tag.
* build: require libmbim 1.12 and libqmi 1.14Aleksander Morgado2016-03-181-2/+2
| | | | | Preparing for the new ModemManager stable release, we now require the latest stable series of both libmbim and libqmi.
* build: bump required gettext version to 0.19.3Aleksander Morgado2016-03-131-1/+1
| | | | | | | Otherwise: configure.ac:86: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. configure.ac:86: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:86: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
* sim-qmi: implement SIM verify/unblock/change/enable with UIM serviceAleksander Morgado2016-02-111-1/+1
| | | | | | | | | | | Newer modems like the MC7455 don't implement the "DMS UIM" commands in the DMS service, and therefore these modems need to use the UIM service directly. We include a new flag to detect whether any of the DMS UIM commands is flagged as invalid, and if so, we'll fallback to the UIM specific implementations for all. libqmi version bump to 1.13.7, which includes the new required methods.
* port-qmi: support new Qualcomm chipsets working always in raw-ipAleksander Morgado2016-01-241-1/+1
| | | | | | | | | | | | | | | | The port opening logic is changed completely. Before this change, the logic would only try 802.3 setting via CTL when the QmiDevice was being open. With this new change, instead, we'll use WDA and the new libqmi APIs to query the link layer protocol expected by both the device and the kernel. If the LLP matches in both, we assume we're done; if they differ we'll try to update the LLP expected by the kernel to the one setup in WDA. This change will allow us to run with the modem using raw-ip if that is what WDA reports by default. Also bumped the libqmi version to 1.13.6, which has support for the new required APIs.
* build: require GLib 2.36Aleksander Morgado2016-01-241-8/+7
| | | | We now need it for GTask support.
* build: on configure errors, show the specific libqmi or libmbim version requiredAleksander Morgado2015-10-251-4/+9
|
* sim-qmi: try to gather from the optional TLV whether MNC is 2 or 3 digitsAleksander Morgado2015-10-251-1/+1
| | | | We bump libqmi requiremetn to 1.13.5, which is the one with support for the new TLV.
* build: only compile dbus tests if GIO >= 2.34 is availableAleksander Morgado2015-04-171-0/+4
|
* build: refactor and cleanup configure.acAleksander Morgado2015-02-261-45/+92
|
* build: disable static libraries by defaultAleksander Morgado2015-02-261-1/+1
|
* build: setup silent-rulesAleksander Morgado2015-02-261-1/+2
| | | | And bump automake requirement to 1.11.
* broadband-modem-qmi: use 'DMS Set FCC Authentication' if online mode failsAleksander Morgado2015-02-071-1/+1
| | | | | | | | | | | Some new devices, like the Dell DW5770, will return an internal error when trying to bring the power mode to online. We can avoid this by sending the magic "DMS Set FCC Auth" message before retrying. Bumping libqmi version to 1.13.4, which is the one that supports this new message. https://bugzilla.kernel.org/show_bug.cgi?id=92101
* suspend: invalidate and remove modems on suspend, reprobe on resumeAleksander Morgado2015-02-071-2/+7
|
* suspend: imported suspend/resume support from NetworkManagerAleksander Morgado2015-02-071-0/+22
| | | | | We're going to make this optional during build, not mandatory as was the case in NM.
* build: add code coverage supportJakub Sitnicki2015-01-111-0/+9
| | | | | | | | | | | | | | | | | | Build all targets, except for CLI tools (mmcli, uml290), with special flags needed for collecting code coverage information when the build has been configured with --enable-code-coverage. Three new targets are available in the top build directory: - `check-code-coverage' runs the test suite and generates a code coverage report, - `code-coverage-capture' generates a code coverage report from already collected data, which can come in handy when one wants to see code paths touched by a particular test, - `code-coverage-clean' removes the collected coverage data and the generated reports.
* mbim: use the new response checker helper methodAleksander Morgado2014-12-301-1/+1
| | | | mbim_message_response_get_result() is available in libmbim-glib 1.11.1.
* build: remove --with-newest-qmi-commands configure optionAleksander Morgado2014-09-151-20/+0
| | | | | | | | | We don't want people to use the logic enabled by this switch, so remove it from configure to avoid confusions. Developers can still enable the related code by defining WITH_NEWEST_QMI_COMMANDS via CFLAGS; e.g.: $ NOCONFIGURE=1 ./autogen.sh $ ./configure CFLAGS="-DWITH_NEWEST_QMI_COMMANDS"
* broadband-modem-qmi: A-GPS available by defaultAleksander Morgado2014-09-051-1/+1
| | | | | Also bump libqmi requirement to 1.11.1, which is the one exposing the new A-GPS related commands.
* build: post release version bump to 1.5.0 (development)Aleksander Morgado2014-08-221-1/+1
|
* release: bump version to 1.4.01.4.0Aleksander Morgado2014-08-221-3/+3
|
* build: require libmbim 1.10.0Aleksander Morgado2014-08-041-1/+1
| | | | | | We were depending on some new MbimNwError values defined at some point in the 1.9 development series. Depend on the new stable 1.10 version now that it's been released.
* build: use the correct pkg-config in checksAleksander Morgado2014-06-131-1/+1
|
* build: look for gdbus-codegen through pkg-configAleksander Morgado2014-06-111-0/+2
|
* build: glib-genmarshal no longer neededAleksander Morgado2014-06-111-2/+0
|
* modem-helpers-mbim: map more MbimNwError to MMMobileEquipmentErrorBen Chan2014-06-101-1/+1
| | | | | | | | Commit b1ae81a in libmim ("libmbim-glib: add additional GMM cause codes to MbimNwError") added additional GMM cause codes to MbimNwError. This patch maps some of those MbimNwError to MMMobileEquipmentError. This patch requires libmbim >= 1.9.0
* examples: add modem watcher example in JSAleksander Morgado2014-04-111-0/+1
|
* examples: add modem watcher example in pythonAleksander Morgado2014-04-111-0/+2
|
* build: require libmbim 1.8Aleksander Morgado2014-03-061-1/+1
| | | | We're going to add support for some features only available in that version.
* Revert "broadband-modem-mbim: update to use ↵Dan Williams2014-02-191-2/+2
| | | | | | | | mbim_message_device_service_subscribe_list" This reverts commit 8327db70b9b5b08481ce1666d7a0192f306ff5ee. libmbim change not committed yet...
* broadband-modem-mbim: update to use mbim_message_device_service_subscribe_listBen Chan2014-02-191-2/+2
| | | | | | libmbim renames 'MBIM_CID_DEVICE_SERVICE_SUBSCRIBER_LIST' to 'MBIM_CID_DEVICE_SERVICE_SUBSCRIBE_LIST' to be consistent with the MBIM specification. This patch updates MMBroadbandModemMbim accordingly.
* service,tests: new DBus service file for testsAleksander Morgado2014-02-131-0/+2
|
* libmm-glib,tests: use gdbus-codegen to generate code for the new Test interfaceAleksander Morgado2014-02-131-0/+1
|
* introspection,tests: add new 'Test' interfaceAleksander Morgado2014-02-131-0/+1
|
* build: post release version bump to 1.3.0 (development)Aleksander Morgado2014-01-301-1/+1
|
* release: bump version to 1.2.01.2.0Aleksander Morgado2014-01-301-2/+2
|
* release: bump version to 1.1.900 (1.2-rc1)1.2-rc1Aleksander Morgado2013-12-101-3/+3
| | | | Also bump soname of libmm-glib, as the interface has grown since the last tag.
* build: require libqmi 1.6.0Aleksander Morgado2013-09-051-1/+1
| | | | | We were already requiring some features from 1.5.0 (dev version), so depend on the stable 1.6.0 now that it's out.
* build: Error out if vala bindings are enabled but Makefile.vapigen not foundChristian Persch2013-08-141-0/+5
| | | | | | | Cannot test this for enable_vala=auto since enable_vala has been set to yes/no by this time. Bug #705641.
* libmm-glib: Add vala bindingsChristian Persch2013-08-141-0/+5
| | | | Bug #705641.
* libmm-glib: Generate GObject introspection informationChristian Persch2013-08-141-0/+4
| | | | Bug #705641.
* broadband-modem-qmi: implement manual CDMA activationAleksander Morgado2013-08-081-1/+1
| | | | | | | We'll also now require libqmi 1.5 (git master), needed to handle the PRL TLV in 'DMS Activate Manual'. TODO: require 1.6 as soon as it is released.
* build: fix dbus activation file generationAleksander Morgado2013-07-231-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=704711