mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 20:20:49 +01:00

new file: x/xorg-server/.xorg-server-1.19.3-intel-2017a.eb.swp modified: x/xorg-server/xorg-server-1.19.3-intel-2017a.eb
33 lines
741 B
Plaintext
33 lines
741 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'xorg-server'
|
|
version = '1.19.3'
|
|
|
|
homepage = "http://www.x.org/wiki/"
|
|
description = "The Xorg Server is the core of the X Window system."
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['https://www.x.org/archive/individual/xserver/']
|
|
|
|
configopts = '--disable-glamor --enable-suid-wrapper --disable-systemd-logind'
|
|
|
|
#builddependencies = [
|
|
# ('xorg-macros', '1.19.1'),
|
|
#]
|
|
|
|
dependencies = [
|
|
('Mesa', '17.0.2'),
|
|
('X11', '20170314', '-test', True),
|
|
('nettle', '3.3'),
|
|
('XKeyboardConfig', '2.21', '', True)
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/Xorg', 'bin/Xvfb', 'bin/Xnest'],
|
|
'dirs': ['bin', 'lib', 'include'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|