summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/thebes/moz.build')
-rw-r--r--gfx/thebes/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/thebes/moz.build b/gfx/thebes/moz.build
index a725ab024..b84c4a4c6 100644
--- a/gfx/thebes/moz.build
+++ b/gfx/thebes/moz.build
@@ -255,6 +255,9 @@ LOCAL_INCLUDES += ['/media/libyuv/include']
DEFINES['GRAPHITE2_STATIC'] = True
+if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
+ DEFINES['OTS_DLL'] = True
+
if CONFIG['CLANG_CXX']:
# Suppress warnings from Skia header files.
SOURCES['gfxPlatform.cpp'].flags += ['-Wno-implicit-fallthrough']