mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 402294: Switch Camino to getting nsIDownload.h from toolkit rather than xpfe. r=mento
This commit is contained in:
parent
d013217fe4
commit
93c1732f4a
@ -138,7 +138,10 @@ EXTRA_PP_COMPONENTS = nsDefaultCLH.js
|
||||
endif # MOZ_XUL_APP
|
||||
|
||||
ifeq ($(MOZ_BUILD_APP),camino)
|
||||
DIRS += autocomplete/public
|
||||
DIRS += \
|
||||
autocomplete/public \
|
||||
downloads/public \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -87,8 +87,10 @@ ifndef MOZ_XULRUNNER
|
||||
DIRS += \
|
||||
related \
|
||||
autocomplete \
|
||||
download-manager \
|
||||
$(NULL)
|
||||
ifneq ($(MOZ_BUILD_APP),camino)
|
||||
DIRS += download-manager
|
||||
endif
|
||||
ifndef MOZ_XUL_APP
|
||||
DIRS += \
|
||||
console \
|
||||
|
Loading…
Reference in New Issue
Block a user