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:
bryner%brianryner.com 2006-05-17 02:22:34 +00:00
Родитель d1e00151e6
Коммит cccd3db6fd
1 изменённых файлов: 14 добавлений и 5 удалений

Просмотреть файл

@ -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 += \