зеркало из https://github.com/mozilla/pjs.git
Fix logic in the better bustage fix for bug 402742.
This commit is contained in:
Родитель
d507820c10
Коммит
7136485137
|
@ -262,7 +262,7 @@ COMPONENT_LIBS += system-pref
|
|||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(MOZ_ENABLE_GTK2))
|
||||
ifdef MOZ_ENABLE_GTK2
|
||||
STATIC_LIBS += gtkxtbin
|
||||
endif
|
||||
|
||||
|
@ -277,7 +277,7 @@ STATIC_LIBS += gfxpsshar
|
|||
endif
|
||||
|
||||
ifneq (,$(filter icon,$(MOZ_IMG_DECODERS)))
|
||||
ifneq (,$(MOZ_ENABLE_GTK2))
|
||||
ifndef MOZ_ENABLE_GTK2
|
||||
DEFINES += -DICON_DECODER
|
||||
COMPONENT_LIBS += imgicon
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче