Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jiri Tomcala
easyconfigs-it4i
Commits
32e1da53
Commit
32e1da53
authored
Jun 27, 2017
by
Lukáš Krupčík
Browse files
modified: x/X11/.X11-20170314-test.eb.swp
modified: x/X11/X11-20170314-test.eb
parent
d5e513f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
x/X11/.X11-20170314-test.eb.swp
View file @
32e1da53
No preview for this file type
x/X11/X11-20170314-test.eb
View file @
32e1da53
...
...
@@ -28,7 +28,7 @@ dependencies = [
('zlib', '1.2.11'),
('Mesa', '17.0.2', '', ('intel', '2017a')),
('nettle', '3.3', '', ('intel', '2017a')),
('XKeyboardConfig', '2.21'),
#
('XKeyboardConfig', '2.21'),
]
builddependencies = [
('Autotools', '20150215'),
...
...
@@ -49,7 +49,7 @@ common_specs = {
server_specs = {
'sources': [SOURCE_TAR_GZ],
'start_dir': '%(name)s-%(version)s',
'configopts': '--disable-glamor --enable-suid-wrapper --disable-systemd-logind
',
'configopts': '--disable-glamor --enable-suid-wrapper --disable-systemd-logind
-enable-install-setuid --with-xkb-path=/apps/all/X11/20170314-test/share/X11/xkb', #--with-xkb-path=%(installdir)s/share/X11/xkb
}
...
...
@@ -158,9 +158,9 @@ preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && "
modluafooter = 'add_property("state","testing")'
#xkbcommon configuration dir
postinstallcmds = [
'ln -s %(installdir)s/share/xcb %(installdir)s/share/X11/xkb'
]
#
postinstallcmds = [
#
'ln -s %(installdir)s/share/xcb %(installdir)s/share/X11/xkb'
#
]
# specify that Bundle easyblock should run a full sanity check, rather than just trying to load the module
full_sanity_check = True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment