qt: disable webglplugin for qt@5.10~opengl

This commit is contained in:
Milton Woods 2018-01-07 21:44:21 +11:00
parent 8983b2b1ec
commit 72cdc2c536

View File

@ -370,6 +370,11 @@ def configure(self):
'-skip', 'webengine',
])
if '~opengl' in self.spec and self.spec.satisfies('@5.10:'):
config_args.extend([
'-skip', 'webglplugin',
])
configure('-no-eglfs',
'-no-directfb',
'-{0}gtk'.format('' if '+gtk' in self.spec else 'no-'),