Skip webengine until webkit support is added

This commit is contained in:
Adam J. Stewart 2016-08-10 13:36:16 -05:00
parent 2b0444b6f4
commit 04cee45ac9

View File

@ -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):