mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1049247 - Remove app_libxul_static_dirs. r=mshal
This commit is contained in:
parent
7074a853d1
commit
edc117da12
@ -5,7 +5,6 @@
|
||||
|
||||
if not CONFIG['LIBXUL_SDK']:
|
||||
app_libxul_dirs = []
|
||||
app_libxul_static_dirs = []
|
||||
|
||||
include('/toolkit/toolkit.mozbuild')
|
||||
elif CONFIG['ENABLE_TESTS']:
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
if not CONFIG['LIBXUL_SDK']:
|
||||
app_libxul_dirs = []
|
||||
app_libxul_static_dirs = []
|
||||
include('/toolkit/toolkit.mozbuild')
|
||||
|
||||
if CONFIG['MOZ_EXTENSIONS']:
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
if not CONFIG['LIBXUL_SDK']:
|
||||
app_libxul_dirs = []
|
||||
app_libxul_static_dirs = []
|
||||
include('/toolkit/toolkit.mozbuild')
|
||||
|
||||
if CONFIG['MOZ_EXTENSIONS']:
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
if not CONFIG['LIBXUL_SDK']:
|
||||
app_libxul_dirs = ['mobile/android/components/build']
|
||||
app_libxul_static_dirs = []
|
||||
|
||||
include('/toolkit/toolkit.mozbuild')
|
||||
|
||||
|
@ -156,7 +156,6 @@ if CONFIG['MOZ_GIO_COMPONENT']:
|
||||
# Applications can cheat and ask for code to be
|
||||
# built before libxul so it can be linked into libxul.
|
||||
add_tier_dir('platform', app_libxul_dirs)
|
||||
add_tier_dir('platform', app_libxul_static_dirs, static=True)
|
||||
|
||||
add_tier_dir('platform', 'toolkit/library/StaticXULComponentsEnd')
|
||||
add_tier_dir('platform', 'toolkit/library')
|
||||
|
@ -4,7 +4,6 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
app_libxul_dirs = []
|
||||
app_libxul_static_dirs = []
|
||||
include('/toolkit/toolkit.mozbuild')
|
||||
|
||||
if CONFIG['MOZ_EXTENSIONS']:
|
||||
|
Loading…
Reference in New Issue
Block a user