mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
adding -lXt to LDOPTS for platforms that define MOZ_MONOLITHIC_TOOLKIT
This commit is contained in:
parent
d4645bf067
commit
cc72a88921
@ -36,7 +36,7 @@ CSRCS = \
|
||||
ifndef MOZ_MONOLITHIC_TOOLKIT
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_GTK_LDFLAGS) -lXt
|
||||
else
|
||||
EXTRA_DSO_LDOPTS += $(TK_LIBS)
|
||||
EXTRA_DSO_LDOPTS += $(TK_LIBS) -lXt
|
||||
endif
|
||||
|
||||
EXPORTS = gtkxtbin.h
|
||||
|
Loading…
Reference in New Issue
Block a user