qt: disable webglplugin for qt@5.10~opengl
This commit is contained in:
parent
8983b2b1ec
commit
72cdc2c536
@ -370,6 +370,11 @@ def configure(self):
|
|||||||
'-skip', 'webengine',
|
'-skip', 'webengine',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
if '~opengl' in self.spec and self.spec.satisfies('@5.10:'):
|
||||||
|
config_args.extend([
|
||||||
|
'-skip', 'webglplugin',
|
||||||
|
])
|
||||||
|
|
||||||
configure('-no-eglfs',
|
configure('-no-eglfs',
|
||||||
'-no-directfb',
|
'-no-directfb',
|
||||||
'-{0}gtk'.format('' if '+gtk' in self.spec else 'no-'),
|
'-{0}gtk'.format('' if '+gtk' in self.spec else 'no-'),
|
||||||
|
Loading…
Reference in New Issue
Block a user