From 593e1831aab06ce4085d53970f9844240f735b18 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 5 Dec 2013 16:23:27 +0100 Subject: [xorg] add xprintdle --- remote/modules/xorg/xorg.conf | 2 ++ remote/modules/xorg/xorg.conf.opensuse | 1 + remote/modules/xorg/xorg.conf.ubuntu | 4 +--- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'remote/modules') diff --git a/remote/modules/xorg/xorg.conf b/remote/modules/xorg/xorg.conf index a40d3041..c0885cbb 100644 --- a/remote/modules/xorg/xorg.conf +++ b/remote/modules/xorg/xorg.conf @@ -10,6 +10,8 @@ REQUIRED_BINARIES=" xkbbell xkbevd xrandr + xkbcomp + xprintidle vmmouse_detect " REQUIRED_DIRECTORIES=" diff --git a/remote/modules/xorg/xorg.conf.opensuse b/remote/modules/xorg/xorg.conf.opensuse index 38517d00..1b6fed32 100644 --- a/remote/modules/xorg/xorg.conf.opensuse +++ b/remote/modules/xorg/xorg.conf.opensuse @@ -35,6 +35,7 @@ REQUIRED_CONTENT_PACKAGES=" libpixman-1-0 xrandr vaapi-intel-driver + xprintidle " REQUIRED_LIBRARIES=" libI810XvMC diff --git a/remote/modules/xorg/xorg.conf.ubuntu b/remote/modules/xorg/xorg.conf.ubuntu index a3be908f..e5c56e6c 100644 --- a/remote/modules/xorg/xorg.conf.ubuntu +++ b/remote/modules/xorg/xorg.conf.ubuntu @@ -31,9 +31,7 @@ REQUIRED_CONTENT_PACKAGES=" @xserver-xorg-video-geode$UBUNTU_XORG_PKG_SUFFIX @xserver-xorg-video-s3$UBUNTU_XORG_PKG_SUFFIX @xserver-xorg-video-tdfx$UBUNTU_XORG_PKG_SUFFIX -" -REQUIRED_BINARIES+=" - xkbcomp + xprintidle " REQUIRED_DIRECTORIES+=" /usr/lib -- cgit v1.2.3-55-g7522 From 31ee477f5a0c6f6eb05e89e5e6059f5d566765a4 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 5 Dec 2013 16:25:39 +0100 Subject: [xorg] forgot debian specific config --- remote/modules/xorg/xorg.conf.debian | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'remote/modules') diff --git a/remote/modules/xorg/xorg.conf.debian b/remote/modules/xorg/xorg.conf.debian index a3be908f..e5c56e6c 100644 --- a/remote/modules/xorg/xorg.conf.debian +++ b/remote/modules/xorg/xorg.conf.debian @@ -31,9 +31,7 @@ REQUIRED_CONTENT_PACKAGES=" @xserver-xorg-video-geode$UBUNTU_XORG_PKG_SUFFIX @xserver-xorg-video-s3$UBUNTU_XORG_PKG_SUFFIX @xserver-xorg-video-tdfx$UBUNTU_XORG_PKG_SUFFIX -" -REQUIRED_BINARIES+=" - xkbcomp + xprintidle " REQUIRED_DIRECTORIES+=" /usr/lib -- cgit v1.2.3-55-g7522 From 759012947b1f3458b08f29205b05d68fd53d2c77 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 5 Dec 2013 17:19:01 +0100 Subject: [xorg] add xprintidle to REQUIRED_INSTALLED_PACKAGES, as it is not installed per default --- remote/modules/xorg/xorg.conf.debian | 3 +++ remote/modules/xorg/xorg.conf.opensuse | 3 +++ remote/modules/xorg/xorg.conf.ubuntu | 3 +++ 3 files changed, 9 insertions(+) (limited to 'remote/modules') diff --git a/remote/modules/xorg/xorg.conf.debian b/remote/modules/xorg/xorg.conf.debian index e5c56e6c..b1c26ae9 100644 --- a/remote/modules/xorg/xorg.conf.debian +++ b/remote/modules/xorg/xorg.conf.debian @@ -1,3 +1,6 @@ +REQUIRED_INSTALLED_PACKAGES=" + xprintidle +" REQUIRED_CONTENT_PACKAGES=" xserver-xorg$UBUNTU_XORG_PKG_SUFFIX xserver-xorg-core$UBUNTU_XORG_PKG_SUFFIX diff --git a/remote/modules/xorg/xorg.conf.opensuse b/remote/modules/xorg/xorg.conf.opensuse index 1b6fed32..9051f24b 100644 --- a/remote/modules/xorg/xorg.conf.opensuse +++ b/remote/modules/xorg/xorg.conf.opensuse @@ -1,4 +1,7 @@ # xkbutils, xkbprint, setxkbmap, xkbevd for 64-bit openSuse +REQUIRED_INSTALLED_PACKAGES=" + xprintidle +" REQUIRED_CONTENT_PACKAGES=" xorg-x11 xorg-x11-server diff --git a/remote/modules/xorg/xorg.conf.ubuntu b/remote/modules/xorg/xorg.conf.ubuntu index e5c56e6c..b1c26ae9 100644 --- a/remote/modules/xorg/xorg.conf.ubuntu +++ b/remote/modules/xorg/xorg.conf.ubuntu @@ -1,3 +1,6 @@ +REQUIRED_INSTALLED_PACKAGES=" + xprintidle +" REQUIRED_CONTENT_PACKAGES=" xserver-xorg$UBUNTU_XORG_PKG_SUFFIX xserver-xorg-core$UBUNTU_XORG_PKG_SUFFIX -- cgit v1.2.3-55-g7522