mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 247204 - lock up at start when using threaded GTK2 libraries (i.e. gconf). Patch by Walter Meinl <wuno@lsvw.de>, r+sr=roc.
This commit is contained in:
parent
607719f1bc
commit
209c6af6fa
@ -93,8 +93,8 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(MOZ_ENABLE_GTK2))
|
||||
STATIC_EXTRA_LIBS += $(XLDFLAGS) $(XT_LIBS)
|
||||
ifdef MOZ_ENABLE_GTK2
|
||||
STATIC_EXTRA_LIBS += $(XLDFLAGS) $(XT_LIBS) -lgthread-2.0
|
||||
endif
|
||||
|
||||
ifdef MOZ_ENABLE_XFT
|
||||
@ -105,6 +105,10 @@ ifdef MOZ_ENABLE_PANGO
|
||||
STATIC_EXTRA_LIBS += $(MOZ_PANGO_LIBS)
|
||||
endif
|
||||
|
||||
ifdef MOZ_ENABLE_STARTUP_NOTIFICATION
|
||||
STATIC_EXTRA_LIBS += $(MOZ_STARTUP_NOTIFICATION_LIBS)
|
||||
endif
|
||||
|
||||
# Component Makefile always brings in this.
|
||||
# STATIC_EXTRA_LIBS += $(TK_LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user