diff options
Diffstat (limited to 'system/graphics/thebes/moz.build')
-rw-r--r-- | system/graphics/thebes/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/graphics/thebes/moz.build b/system/graphics/thebes/moz.build index 0b55a1a58..98fe63a5e 100644 --- a/system/graphics/thebes/moz.build +++ b/system/graphics/thebes/moz.build @@ -209,7 +209,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES'] LOCAL_INCLUDES += ['/libs/libyuv/include'] -DEFINES['GRAPHITE2_STATIC'] = True +DEFINES['GRAPHITE2_EXPORTING'] = True if CONFIG['GKMEDIAS_SHARED_LIBRARY']: DEFINES['OTS_DLL'] = True |