summaryrefslogtreecommitdiffstats
path: root/gfx/qcms/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/qcms/moz.build')
-rw-r--r--gfx/qcms/moz.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/gfx/qcms/moz.build b/gfx/qcms/moz.build
index 405743606..9bcbbe63a 100644
--- a/gfx/qcms/moz.build
+++ b/gfx/qcms/moz.build
@@ -16,7 +16,10 @@ SOURCES += [
'transform_util.c',
]
-FINAL_LIBRARY = 'xul'
+if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
+ NO_VISIBILITY_FLAGS = True
+
+FINAL_LIBRARY = 'gkmedias'
if CONFIG['GNU_CC']:
CFLAGS += ['-Wno-missing-field-initializers']