summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-13 12:37:09 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:53:49 +0000
commit5f04717b0023491e843b4297bce1e19aa29069e3 (patch)
tree4c7d4139485725c5199c36ecef746de984297ccb
parente74b4ad8f859e872faa833bdd41910201a975d3c (diff)
downloadUXP-5f04717b0023491e843b4297bce1e19aa29069e3.tar
UXP-5f04717b0023491e843b4297bce1e19aa29069e3.tar.gz
UXP-5f04717b0023491e843b4297bce1e19aa29069e3.tar.lz
UXP-5f04717b0023491e843b4297bce1e19aa29069e3.tar.xz
UXP-5f04717b0023491e843b4297bce1e19aa29069e3.zip
Issue #80 - De-unify gfx/config
-rw-r--r--gfx/config/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/config/moz.build b/gfx/config/moz.build
index 2b8f9e7fc..17aa03c64 100644
--- a/gfx/config/moz.build
+++ b/gfx/config/moz.build
@@ -15,7 +15,7 @@ EXPORTS.mozilla.gfx += [
'gfxVars.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'gfxConfig.cpp',
'gfxFeature.cpp',
'gfxVars.cpp',