Better bustage fix for bug 402742.

This commit is contained in:
reed@reedloden.com 2007-12-07 17:13:42 -08:00
parent 1b8dbc3500
commit 2fd6fa38f1

View File

@ -277,7 +277,7 @@ STATIC_LIBS += gfxpsshar
endif
ifneq (,$(filter icon,$(MOZ_IMG_DECODERS)))
ifneq (gtk2,$(MOZ_WIDGET_TOOLKIT))
ifneq (,$(MOZ_ENABLE_GTK2))
DEFINES += -DICON_DECODER
COMPONENT_LIBS += imgicon
endif