mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix logic in the better bustage fix for bug 402742.
This commit is contained in:
parent
2fd6fa38f1
commit
66a4797113
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user