summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* trivial: post release version bumpRichard Hughes2017-11-281-1/+1
|
* trivial: post release version bumpRichard Hughes2017-09-111-1/+1
|
* trivial: post release version bumpRichard Hughes2017-07-241-1/+1
|
* trivial: post release version bumpRichard Hughes2016-02-161-1/+1
|
* Fix build regressionArnaud Quette2015-08-101-1/+1
| | | | | | | The removal of dbus-glib and libdbus build dependencies has introduced a build regression on upower, which fails to link with gobject Signed-off-by: Richard Hughes <richard@hughsie.com>
* Share generated code between daemon and libraryCosimo Cecchi2015-07-291-0/+1
| | | | | Since we use the same GDBus code in libupower-glib and the daemon, auto-generate a private library that can be used by both.
* build: remove dependency on dbus-glib and libdbusCosimo Cecchi2015-07-291-2/+0
| | | | Nothing depends on it any more.
* bsd: Add critical action support for *BSDEric Koegel2015-07-071-0/+1
| | | | | | | | | This patch adds support for using ConsoleKit2's DBUS API to implement the critical action for FreeBSD and OpenBSD. It does so by creating a common backend file both can use to implement the API calls. https://bugs.freedesktop.org/show_bug.cgi?id=85242
* trivial: post release version bumpRichard Hughes2015-05-281-1/+1
|
* build: Fix libimobiledevice msg in configureBastien Nocera2015-04-021-1/+1
|
* trivial: post release version bumpRichard Hughes2014-12-181-1/+1
|
* Released UPower 0.99.2UPOWER_0_99_2Richard Hughes2014-12-181-1/+1
|
* Bump GLib min req to 2.34Eric Koegel2014-09-161-1/+1
| | | | | | | | | UPower uses g_clear_pointer several places in the code, but is available starting in 2.34. Update UPowers minimum version to match. https://bugs.freedesktop.org/show_bug.cgi?id=83850 Signed-off-by: Richard Hughes <richard@hughsie.com>
* trivial: post release version bumpRichard Hughes2014-08-181-1/+1
|
* Remove polkit dependencyEric Koegel2014-07-141-1/+0
| | | | | | | | With the removal of the suspend/hibernate code, there's no longer a need for upower to depend on polkit. This patch removes the old polkit code. Signed-off-by: Richard Hughes <richard@hughsie.com>
* all: Remove IsDocked propertyBastien Nocera2014-05-071-1/+1
| | | | | | | Removes the deprecated (for not very long) property, before we do a 1.0 release. https://bugs.freedesktop.org/show_bug.cgi?id=78380
* trivial: post release version bumpRichard Hughes2013-10-291-1/+1
|
* build: Fix --without-systemdunitdir / --without-systemdutildirBenedikt Morbach2013-10-211-4/+8
| | | | | | would take the with_*=no as a value and try to install to a "no" directory https://bugs.freedesktop.org/show_bug.cgi?id=62060
* build: And bump sonameBastien Nocera2013-10-171-2/+2
|
* build: Bump version to 0.99.0Bastien Nocera2013-10-171-2/+2
|
* daemon: Require newer GLibBastien Nocera2013-10-141-1/+1
| | | | And remove ifdef's.
* lib: Build the new D-Bus glueBastien Nocera2013-10-141-0/+1
|
* Remove QoS interfaceBastien Nocera2013-10-141-1/+0
| | | | | | | It was added for some workloads, but ill-suited and never really got traction. Using cgroups to manage the resources of particular services (using systemd), or something separate like rtkit is a better bet.
* trivial: post release version bumpMartin Pitt2013-10-081-1/+1
|
* trivial: post release version bumpRichard Hughes2013-07-261-1/+1
|
* Released UPower 0.9.21UPOWER_0_9_21Richard Hughes2013-07-261-1/+1
|
* build: detect udev rules dirTom Gundersen2013-05-071-7/+5
| | | | | | | | | | Udev rules may live in either /lib/udev/rules.d or /usr/lib/udev/rules.d depending on the distro. Remove the heuristic for deciding the dir, use pkgconfig to detect the location and allow it to be set manually. v2: fix specifying --with-udevrulesdir Signed-off-by: Richard Hughes <richard@hughsie.com>
* Use PIE to better secure installed tools and also use full RELRO in the daemonRichard Hughes2013-05-071-0/+12
|
* Drop --enable-systemd and linking to libsystemd-daemonMartin Pitt2013-03-211-32/+0
| | | | | | logind is now being detected at runtime (see previous commit ff39d23), so we do not need to link against libsystemd-daemon any more. Drop --enable-systemd configure option as well.
* trivial: post release version bumpRichard Hughes2013-03-181-1/+1
|
* Add a --enable-deprecated configure argumentRichard Hughes2013-02-121-0/+10
| | | | | | | | | | | | | | This is turned off by default. If this is not set, then any calls to Suspend(), SuspendAllowed(), Hibernate() or HibernateAllowed() will fail with an error. The error mesage tells the user what new method to port to in logind. I'm expecting to set --enable-deprecated for Fedora 17 and 18, but turn it off for Fedora 19, so other distributions probably want to follow suit to find out what other stuff needs to be ported to the new APIs early. GNOME should already be fine, but KDE will need some solid porting as I understand it. See http://lists.freedesktop.org/archives/devkit-devel/2013-January/001339.html for more information on future plans and for rationale.
* trivial: Remove unused configure argumentsRichard Hughes2013-02-121-8/+2
|
* Raise the hard PolKit dep to 0.97Richard Hughes2013-02-121-14/+1
|
* Never use -WError when buildingRichard Hughes2013-01-091-18/+0
|
* trivial: post release version bumpRichard Hughes2013-01-021-1/+1
|
* trivial: post release version bumpRichard Hughes2012-08-081-1/+1
|
* Use systemd for suspend and hibernateMatthias Clasen2012-07-111-8/+49
| | | | | | | | | | | | | | | | | | When running under systemd, call into systemd for suspend and hibernate instead of pm-utils. To capture resume events, install a small script that gets executed by systemd after resume and sends a dbus signal back to upower. To make this work, the upower backends gain a new signal, ::resuming, that they can optionally emit to signal that a resume happened. Backends opt in to this by returning TRUE from up_backend_emits_resuming(). In this case, upower doesn't assume the sleep command to block until resume, but instead waits for the ::resuming signal from the backend. The only backend that uses this mechanism is the linux backend when built with systemd support. Signed-off-by: Richard Hughes <richard@hughsie.com>
* trivial: post release version bumpRichard Hughes2012-06-251-1/+1
|
* trivial: post release version bumpRichard Hughes2012-04-301-1/+1
|
* Released UPower 0.9.16UPOWER_0_9_16Richard Hughes2012-04-301-1/+1
|
* Install a systemd service file if systemd is usedBenedikt Morbach2012-01-171-0/+8
| | | | | | | This makes dbus defer starting upowerd to systemd instead of doing it itself and thus puts the daemon under proper systemd supervision. Signed-off-by: Richard Hughes <richard@hughsie.com>
* trivial: post release version bumpRichard Hughes2011-12-051-1/+1
|
* Add --with-historydir to specify where we want the history files to be storedLandry Breuil2011-10-041-0/+10
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* trivial: post release version bumpRichard Hughes2011-10-031-1/+1
|
* Fix the kFreeBSD detectionPino Toscano2011-09-081-1/+1
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* trivial: post release version bumpRichard Hughes2011-09-051-1/+1
|
* trivial: fix up a trivial typo in the last commitRichard Hughes2011-09-021-1/+1
| | | | Thanks to Emilio López for spotting it!
* build: don't rely on files' presence to define the default backend.Diego Elio Pettenò2011-09-011-9/+6
| | | | | | | | | | Files might not be there, or in the case of cross-compilation, they most definitely won't be there (and if they are, they are not the ones you should be looking for). Instead use the autoconf-defined $host variable to identify for what system we're building for. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Richard Hughes <richard@hughsie.com>
* Use upstream gettext instead the glib oneJavier Jardón2011-07-191-4/+8
|
* configure.ac: Modernize autotools configJavier Jardón2011-07-191-23/+19
| | | | | Require automake 1.11 as Its needed to generate xz tarballs Remove unneded macros