summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2012-05-01 13:45:43 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2012-05-01 13:45:43 -0700
commit40bacea76d9fa0800b63042958cc66ebdd6a07cd (patch)
tree8df375e58f536cff6319f801c815c03824974d79
parentbb36c3f155cf27ee066782b75d13c905cd3fc7b1 (diff)
downloadxorg-launch-helper-40bacea76d9fa0800b63042958cc66ebdd6a07cd.tar.gz
xorg-launch-helper-40bacea76d9fa0800b63042958cc66ebdd6a07cd.tar.bz2
xorg-launch-helper-40bacea76d9fa0800b63042958cc66ebdd6a07cd.zip
Don't really want dbus.service either.v3
-rw-r--r--configure.ac2
-rw-r--r--xorg.service.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index abcdb9d..8aa30e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([xorg-launch-helper], [2], [auke-jan.h.kok@intel.com])
+AC_INIT([xorg-launch-helper], [3], [auke-jan.h.kok@intel.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_SRCDIR([src/main.c])
diff --git a/xorg.service.in b/xorg.service.in
index 95c440b..36019f0 100644
--- a/xorg.service.in
+++ b/xorg.service.in
@@ -13,7 +13,6 @@
[Unit]
Description=Xorg server launch helper
-Wants=dbus.service
Before=xorg.target
[Service]