summaryrefslogtreecommitdiff
path: root/debian/scripts/vars.powerpcspe
diff options
context:
space:
mode:
Diffstat (limited to 'debian/scripts/vars.powerpcspe')
-rw-r--r--debian/scripts/vars.powerpcspe24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/scripts/vars.powerpcspe b/debian/scripts/vars.powerpcspe
new file mode 100644
index 0000000..fb34f2b
--- /dev/null
+++ b/debian/scripts/vars.powerpcspe
@@ -0,0 +1,24 @@
+
+# This file is NOT a shell script.
+#
+# This file gets included by both debian/rules (make) AND the scripts in
+# debian/scripts (Bourne shell).
+XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-ati, \
+ xserver-xorg-video-fbdev, \
+ xserver-xorg-video-mga, \
+ xserver-xorg-video-nouveau, \
+ xserver-xorg-video-savage, \
+ xserver-xorg-video-sisusb, \
+ xserver-xorg-video-tdfx, \
+ xserver-xorg-video-trident, \
+"
+
+
+XSERVER_XORG_VIDEO_RECOMMENDS=""
+
+
+XSERVER_XORG_INPUT_DEPENDS="xserver-xorg-input-evdev, \
+ xserver-xorg-input-synaptics"
+
+
+XSERVER_XORG_INPUT_RECOMMENDS="xserver-xorg-input-wacom"