зеркало из https://github.com/mozilla/gecko-dev.git
best guess at how to fix gtk orangeness
This commit is contained in:
Родитель
c2e51f12c5
Коммит
37919d4226
|
@ -56,6 +56,9 @@ CPPSRCS = \
|
|||
EmbedWindowCreator.cpp \
|
||||
EmbedStream.cpp
|
||||
|
||||
DEFINES += -DXPCOM_GLUE
|
||||
|
||||
|
||||
ifdef BUILD_STATIC_LIBS
|
||||
# Static build stuff
|
||||
DEFINES += -D_BUILD_STATIC_BIN=1
|
||||
|
@ -80,6 +83,7 @@ endif
|
|||
endif
|
||||
|
||||
SHARED_LIBRARY_LIBS= \
|
||||
$(XPCOM_GLUE_LIBS) \
|
||||
$(DIST)/lib/libembed_base_s.$(LIB_SUFFIX) \
|
||||
$(DIST)/lib/libmpfilelocprovider_s.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
|
Загрузка…
Ссылка в новой задаче