diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-02 13:35:39 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-02 13:35:39 +0000 |
commit | 2f8ad85ecfe966b10f029e79d45aa8bb4381962c (patch) | |
tree | 146dd48634e5d44746acdd49dc142e413349054d /config/moz.build | |
parent | 90c9ed3ed3c38a427fe5971d071aa4f844f4c248 (diff) | |
download | aura-central-2f8ad85ecfe966b10f029e79d45aa8bb4381962c.tar.gz |
Issue mcp-graveyard/UXP%61 - Reinstate buildability with shared gkmedias dll
This fully works for splitting gkmedias.dll back out from xul with one exception
which is Skia throwing undefined externals when linking gkmedias.
Diffstat (limited to 'config/moz.build')
-rw-r--r-- | config/moz.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/moz.build b/config/moz.build index fccf5cbcd..3e95e46d2 100644 --- a/config/moz.build +++ b/config/moz.build @@ -28,6 +28,9 @@ if CONFIG['HOST_OS_ARCH'] != 'WINNT': # while the program here is in C. HostProgram('nsinstall_real', c_only=True) +if CONFIG['GKMEDIAS_SHARED_LIBRARY']: + DEFINES['GKMEDIAS_SHARED_LIBRARY'] = True + PYTHON_UNIT_TESTS += [ 'tests/test_mozbuild_reading.py', 'tests/unit-expandlibs.py', |