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