xorg-x11-server add increased limits
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
88aad62002
commit
f11ec8e89c
|
@ -359,6 +359,13 @@ test `getminor extension` == %{extension_minor}
|
|||
|
||||
%endif
|
||||
|
||||
###
|
||||
sed -i 's/MAXSCREENS\t16/MAXSCREENS\t32/g' include/misc.h
|
||||
sed -i 's/MAXGPUSCREENS\t16/MAXGPUSCREENS\t32/g' include/misc.h
|
||||
sed -i 's/MAXCLIENTS\t2048/MAXCLIENTS\t4096/g' include/misc.h
|
||||
sed -i 's/LIMITCLIENTS\t256/LIMITCLIENTS\t1024/g' include/misc.h
|
||||
###
|
||||
|
||||
%build
|
||||
|
||||
%global default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
|
||||
|
|
Loading…
Reference in New Issue