Bug 1447913 - follow-up - fix skia_gpu dependency on target. r=me CLOSED TREE

This commit is contained in:
Lee Salzman 2018-03-22 15:06:38 -04:00
Родитель e708dcdb31
Коммит 67dadaa0ea
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -896,8 +896,8 @@ set_define('SK_BUILD_FOR_ANDROID_NDK', skia_android)
option('--disable-skia-gpu', help='Disable use of Skia-GPU')
@depends('--disable-skia-gpu', skia, target)
def skia_gpu(value, skia, target):
@depends('--disable-skia-gpu', skia)
def skia_gpu(value, skia):
if value.origin == 'default':
if not skia:
return None