Bug 1324338 - Remove static link to GLES lib on android r=snorp

This commit is contained in:
sotaro 2016-12-21 10:22:13 +09:00
parent 7607f4c0dd
commit 4449bd38fd

View File

@ -244,11 +244,6 @@ if CONFIG['MOZ_ALSA']:
if CONFIG['HAVE_CLOCK_MONOTONIC']: if CONFIG['HAVE_CLOCK_MONOTONIC']:
OS_LIBS += CONFIG['REALTIME_LIBS'] OS_LIBS += CONFIG['REALTIME_LIBS']
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
OS_LIBS += [
'GLESv2',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
OS_LIBS += [ OS_LIBS += [
'ui', 'ui',