зеркало из https://github.com/mozilla/gecko-dev.git
Fix --disable-accessibility + --enable-default-toolkit=gtk2 bustage.
Bug #176556 r=cls a=roc+moz
This commit is contained in:
Родитель
8b8ebdf639
Коммит
11e0296e26
|
@ -25,11 +25,6 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# build our subdirs, too
|
||||
ifdef ACCESSIBILITY
|
||||
DIRS = mai
|
||||
endif
|
||||
|
||||
MODULE = widget
|
||||
LIBRARY_NAME = widget_gtk2
|
||||
EXPORT_LIBRARY = 1
|
||||
|
@ -40,7 +35,6 @@ REQUIRES = xpcom \
|
|||
gfx \
|
||||
pref \
|
||||
dom \
|
||||
accessibility \
|
||||
necko \
|
||||
xremoteservice
|
||||
|
||||
|
@ -64,10 +58,16 @@ CPPSRCS = \
|
|||
nsClipboard.cpp \
|
||||
nsDragService.cpp \
|
||||
nsSound.cpp \
|
||||
nsAccessibilityInterface.cpp \
|
||||
nsGConfInterface.cpp \
|
||||
$(NULL)
|
||||
|
||||
# build our subdirs, too
|
||||
ifdef ACCESSIBILITY
|
||||
DIRS = mai
|
||||
REQUIRES += accessibility
|
||||
CPPSRCS += nsAccessibilityInterface.cpp
|
||||
endif
|
||||
|
||||
SHARED_LIBRARY_LIBS = $(DIST)/lib/libxpwidgets_s.a
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
|
|
Загрузка…
Ссылка в новой задаче