summaryrefslogtreecommitdiff
path: root/gfx/gl/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-16 14:55:39 +0200
committerGitHub <noreply@github.com>2020-05-16 14:55:39 +0200
commita20f130def0352d04744e6208aa2cf7cddbcbe91 (patch)
tree6884007466c60a30367b462d6fb2ec478a183491 /gfx/gl/moz.build
parent9cf4eca9a895de24c58a3f309bfc5869e4649ff4 (diff)
parent4cfbcc498971703c00a500a99ae1562263964265 (diff)
downloaduxp-a20f130def0352d04744e6208aa2cf7cddbcbe91.tar.gz
Merge pull request #1550 from MoonchildProductions/deunify_gfx
Deunify gfx
Diffstat (limited to 'gfx/gl/moz.build')
-rw-r--r--gfx/gl/moz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/gl/moz.build b/gfx/gl/moz.build
index 6f43a495da..bfa8f9df54 100644
--- a/gfx/gl/moz.build
+++ b/gfx/gl/moz.build
@@ -68,7 +68,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
'SharedSurfaceD3D11Interop.h',
'WGLLibrary.h',
]
- UNIFIED_SOURCES += [
+ SOURCES += [
'GLContextProviderWGL.cpp',
'SharedSurfaceANGLE.cpp',
'SharedSurfaceD3D11Interop.cpp',
@@ -118,7 +118,7 @@ elif gl_provider == 'GLX':
'SharedSurfaceGLX.h'
]
-UNIFIED_SOURCES += [
+SOURCES += [
'AndroidSurfaceTexture.cpp',
'DecomposeIntoNoRepeatTriangles.cpp',
'EGLUtils.cpp',