mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1324338 - Remove static link to GLES lib on android r=snorp
This commit is contained in:
parent
7607f4c0dd
commit
4449bd38fd
@ -244,11 +244,6 @@ if CONFIG['MOZ_ALSA']:
|
||||
if CONFIG['HAVE_CLOCK_MONOTONIC']:
|
||||
OS_LIBS += CONFIG['REALTIME_LIBS']
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
|
||||
OS_LIBS += [
|
||||
'GLESv2',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
|
||||
OS_LIBS += [
|
||||
'ui',
|
||||
|
Loading…
Reference in New Issue
Block a user