зеркало из https://github.com/mozilla/gecko-dev.git
Attempt to fix bustage when GConf/GnomeVFS libraries are not available (bug 251703). Always export the GNOME interfaces on gtk2 but only build the component when all of the prerequisites are installed. r+sr=darin.
This commit is contained in:
Родитель
6921385067
Коммит
2984f958c3
|
@ -43,6 +43,18 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = mozgnome
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIGConfService.idl \
|
||||
nsIGnomeVFSService.idl \
|
||||
$(NULL)
|
||||
|
||||
|
||||
# We always export these interfaces if we're building for gtk2, but
|
||||
# only compile the component if the required libraries are available.
|
||||
|
||||
ifdef MOZ_ENABLE_GNOME_COMPONENT
|
||||
|
||||
LIBRARY_NAME = mozgnome
|
||||
FORCE_SHARED_LIB = 1
|
||||
IS_COMPONENT = 1
|
||||
|
@ -53,11 +65,6 @@ REQUIRES = \
|
|||
necko \
|
||||
$(NULL)
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIGConfService.idl \
|
||||
nsIGnomeVFSService.idl \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsGConfService.cpp \
|
||||
nsGnomeVFSService.cpp \
|
||||
|
@ -71,6 +78,8 @@ EXTRA_DSO_LDOPTS += \
|
|||
$(MOZ_LIBGNOME_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CXXFLAGS += \
|
||||
|
|
Загрузка…
Ссылка в новой задаче