summaryrefslogtreecommitdiffstats
path: root/gfx/angle/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/moz.build')
-rw-r--r--gfx/angle/moz.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/gfx/angle/moz.build b/gfx/angle/moz.build
index ea4be831bd..ee870a088e 100644
--- a/gfx/angle/moz.build
+++ b/gfx/angle/moz.build
@@ -4,7 +4,10 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-DIRS += ["targets/translator"]
+DIRS += [
+ "targets/angle_common",
+ "targets/translator",
+]
# Only build libEGL/libGLESv2 on Windows
if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":