зеркало из https://github.com/mozilla/gecko-dev.git
Bug 562725 - Layout linking fail with on maemo, due to missing MOZ_DBUS_GLIB_LIBS LDOPTS. r=dougt
This commit is contained in:
Родитель
5741f6929d
Коммит
efdf70d472
|
@ -206,7 +206,7 @@ EXTRA_DSO_LDOPTS += $(LIBCONIC_LIBS)
|
|||
endif
|
||||
|
||||
ifdef MOZ_ENABLE_DBUS
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_DBUS_LIBS)
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_DBUS_LIBS) $(MOZ_DBUS_GLIB_LIBS)
|
||||
endif
|
||||
|
||||
ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
|
||||
|
|
Загрузка…
Ссылка в новой задаче