Bug 1323303 - require building with Skia. r=glandium

MozReview-Commit-ID: 56oawitOHEP
This commit is contained in:
Lee Salzman 2016-12-21 08:23:48 -05:00
Родитель 3d9f0a00a7
Коммит d6faf512b6
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -773,9 +773,9 @@ option('--disable-skia', help='Disable use of Skia')
@depends('--disable-skia', target)
def skia(value, target):
if value.origin == 'default' and target.endianness == 'big':
return None
if value:
if not value:
die('--disable-skia is not supported anymore')
else:
return True
set_config('MOZ_ENABLE_SKIA', skia)