summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrent Hull <[email protected]>2012-11-22 16:19:14 -0500
committerBrent Hull <[email protected]>2012-11-22 16:19:14 -0500
commitaf64cc9fe7244eeec543c7c22adecef3a402d02a (patch)
tree68b492c94b408a6efccc50cb16b907ad07d6979b /src
parent433b548ea199a66afbb5fc874bfdaa31695c1e3c (diff)
downloadmate-power-manager-af64cc9fe7244eeec543c7c22adecef3a402d02a.tar.bz2
mate-power-manager-af64cc9fe7244eeec543c7c22adecef3a402d02a.tar.xz
Auto-detect whether to build systemd support
Diffstat (limited to 'src')
-rw-r--r--src/gpm-manager.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gpm-manager.c b/src/gpm-manager.c
index c6f4d79..f1be5d8 100644
--- a/src/gpm-manager.c
+++ b/src/gpm-manager.c
@@ -100,8 +100,10 @@ struct GpmManagerPrivate
NotifyNotification *notification_warning_low;
NotifyNotification *notification_discharging;
NotifyNotification *notification_fully_charged;
- gint32 systemd_inhibit;
- GDBusProxy *systemd_inhibit_proxy;
+#ifdef WITH_SYSTEMD_INHIBIT
+ gint32 systemd_inhibit;
+ GDBusProxy *systemd_inhibit_proxy;
+#endif
};
typedef enum {