Skip webengine until webkit support is added
This commit is contained in:
parent
2b0444b6f4
commit
04cee45ac9
@ -196,6 +196,7 @@ def configure(self):
|
||||
'-no-directfb',
|
||||
'-qt-xcb',
|
||||
'{0}-gtk'.format('' if '+gtk' in self.spec else '-no'),
|
||||
'-skip', 'webengine',
|
||||
*self.common_config_args)
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user