summaryrefslogtreecommitdiffstats
path: root/remote/modules/xorg
diff options
context:
space:
mode:
authorJonathan Bauer2013-12-05 17:19:01 +0100
committerJonathan Bauer2013-12-05 17:19:01 +0100
commit759012947b1f3458b08f29205b05d68fd53d2c77 (patch)
tree8a22de89f4ad8e7ba1bea14564edc63e439ced84 /remote/modules/xorg
parent[xorg] forgot debian specific config (diff)
downloadtm-scripts-759012947b1f3458b08f29205b05d68fd53d2c77.tar.gz
tm-scripts-759012947b1f3458b08f29205b05d68fd53d2c77.tar.xz
tm-scripts-759012947b1f3458b08f29205b05d68fd53d2c77.zip
[xorg] add xprintidle to REQUIRED_INSTALLED_PACKAGES, as it is not
installed per default
Diffstat (limited to 'remote/modules/xorg')
-rw-r--r--remote/modules/xorg/xorg.conf.debian3
-rw-r--r--remote/modules/xorg/xorg.conf.opensuse3
-rw-r--r--remote/modules/xorg/xorg.conf.ubuntu3
3 files changed, 9 insertions, 0 deletions
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