From 40bacea76d9fa0800b63042958cc66ebdd6a07cd Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Tue, 1 May 2012 13:45:43 -0700 Subject: Don't really want dbus.service either. --- configure.ac | 2 +- xorg.service.in | 1 - 2 files changed, 1 insertion(+), 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] -- cgit v1.2.3