Fix logic in the better bustage fix for bug 402742.

This commit is contained in:
reed%reedloden.com 2007-12-08 01:38:35 +00:00
Родитель d507820c10
Коммит 7136485137
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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