Display an error on Linux in the absence of SSE2

This commit is contained in:
trav90 2018-05-26 20:54:19 -05:00 committed by Roy Tam
commit 989d1736b2
9 changed files with 129 additions and 0 deletions

View file

@ -70,6 +70,10 @@ if CONFIG['HAVE_CLOCK_MONOTONIC']:
if CONFIG['MOZ_GPSD']:
DEFINES['MOZ_GPSD'] = True
if CONFIG['MOZ_LINUX_SSE2_STARTUP_ERROR']:
DEFINES['MOZ_LINUX_SSE2_STARTUP_ERROR'] = True
for icon in ('firefox', 'document', 'newwindow', 'newtab', 'pbmode'):
DEFINES[icon.upper() + '_ICO'] = '"%s/dist/branding/%s.ico"' % (
TOPOBJDIR, icon)