mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 22:04:32 +00:00
Xcb fix
This commit is contained in:
parent
1cd3537644
commit
90990f0b74
@ -48,7 +48,7 @@ def getArrayQtParams(text):
|
||||
array = text.split('\n')
|
||||
res = []
|
||||
|
||||
excludePlugins = ['freetype'];
|
||||
excludePlugins = ['freetype', 'xcb'];
|
||||
|
||||
for item in array:
|
||||
index = item.find('/qt')
|
||||
@ -158,7 +158,7 @@ def getTargetDir(configureOptions, branch, platform):
|
||||
|
||||
@util.renderer
|
||||
def getLinuxConfigOptions(props):
|
||||
list = ['-fontconfig'];
|
||||
list = ['-fontconfig', '-qt-xcb' ];
|
||||
list += getGeneralConfigureOptions(props);
|
||||
list += getTargetDir(list, props.getProperty('branch'), "Linux");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user