mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 695405 - Re-enable add-on support [r=mossop]
This commit is contained in:
parent
578b6d7ef4
commit
feb73eb8df
@ -50,6 +50,7 @@ PARALLEL_DIRS = \
|
||||
content \
|
||||
locales \
|
||||
mozapps/downloads \
|
||||
mozapps/extensions \
|
||||
mozapps/handling \
|
||||
mozapps/preferences \
|
||||
mozapps/plugins \
|
||||
@ -62,16 +63,6 @@ PARALLEL_DIRS = \
|
||||
themes \
|
||||
$(NULL)
|
||||
|
||||
|
||||
# The native front end is not going to use extensions based on this code.
|
||||
# If it isn't used, it still takes up .5mb in cached statement. fail for me.
|
||||
# Ideally we start moving other optional stuff into this section.
|
||||
ifneq ($(OS_TARGET),Android)
|
||||
PARALLEL_DIRS += \
|
||||
mozapps/extensions \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gtk2 qt,$(MOZ_WIDGET_TOOLKIT)))
|
||||
PARALLEL_DIRS += system/unixproxy
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user