summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-03-02 18:26:47 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-03-02 18:34:07 +0000
commit04ba72438012d1f3a96081307838668405fa4f2d (patch)
tree013354fca817b00bda3e0e55882567a6024a408e
parentc8ee5030e0c93008cd971a3b4d0e287a056f04f6 (diff)
Skip all drivers apart from xf86-video-dummy and xf86-video-nested for cygwin
-rw-r--r--jhbuildrc43
1 files changed, 42 insertions, 1 deletions
diff --git a/jhbuildrc b/jhbuildrc
index f938baf..5d23973 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -6,12 +6,53 @@ moduleset = '/jhbuild/xorg.modules'
modules = [ 'xwin', 'xorg', 'extras', 'tests' ]
# skip building stuff which isn't appropriate for target
+# skip building all drivers apart from xf86-video-dummy and xf86-video-nested
skip = [ 'appplewmproto', 'libAppleWM',
'videoproto', 'xf86dgaproto', 'xf86driproto', 'xf86vidmodeproto', 'dri2proto',
'libXv', 'libXvMC', 'libXxf86dga', 'libXxf86dga', 'libXxf86vm',
'libxkbui', 'libdrm', 'libpciaccess',
'xvinfo', 'xdriinfo', 'xgamma',
- 'xorg-drivers' ]
+ 'xf86-input-acecad',
+ 'xf86-input-aiptek',
+ 'xf86-input-evdev',
+ 'xf86-input-joystick',
+ 'xf86-input-keyboard',
+ 'xf86-input-mouse',
+ 'xf86-input-void',
+ 'xf86-video-ast',
+ 'xf86-video-ati',
+ 'xf86-video-chips',
+ 'xf86-video-cirrus',
+ 'xf86-video-fbdev',
+ 'xf86-video-geode',
+ 'xf86-video-glint',
+ 'xf86-video-i128',
+ 'xf86-video-intel',
+ 'xf86-video-mach64',
+ 'xf86-video-mga',
+ 'xf86-video-neomagic',
+ 'xf86-video-nouveau',
+ 'xf86-video-nv',
+ 'xf86-video-openchrome',
+ 'xf86-video-r128',
+ 'xf86-video-rendition',
+ 'xf86-video-savage',
+ 'xf86-video-sis',
+ 'xf86-video-sisusb',
+ 'xf86-video-suncg14',
+ 'xf86-video-suncg3',
+ 'xf86-video-suncg6',
+ 'xf86-video-sunffb',
+ 'xf86-video-sunleo',
+ 'xf86-video-suntcx',
+ 'xf86-video-tdfx',
+ 'xf86-video-tga',
+ 'xf86-video-trident',
+ 'xf86-video-tseng',
+ 'xf86-video-vesa',
+ 'xf86-video-vmware',
+ 'xf86-video-voodoo',
+ 'xf86-video-xgixp' ]
build_policy = 'updated-deps'
nopoison = True