summaryrefslogtreecommitdiff
path: root/system/graphics
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-12-01 16:59:31 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-12-01 16:59:31 -0500
commitd2622e4f47deb3100561f38b725009d3c6c43630 (patch)
treeff3a0b5a42e31ba805436ec222dfabe80c495bce /system/graphics
parent73bef64e1c7c8684de3438a17cc01927f0522d6f (diff)
downloadaura-central-d2622e4f47deb3100561f38b725009d3c6c43630.tar.gz
No Issue - Follow-up: Tell thebes that graphite2 is exporting not static since it is always in lgplmedia now
Diffstat (limited to 'system/graphics')
-rw-r--r--system/graphics/thebes/moz.build2
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