зеркало из https://github.com/mozilla/gecko-dev.git
Bug 566133 - gfxSharedImageSurface.cpp is not compiling for other platforms. r=jones.chris.g
This commit is contained in:
Родитель
fb494b36b6
Коммит
7ed629a158
|
@ -35,9 +35,11 @@ EXPORTS = gfx3DMatrix.h \
|
|||
GLContextProvider.h \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_IPC
|
||||
EXPORTS += \
|
||||
gfxSharedImageSurface.h \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
EXPORTS += gfxFontTest.h
|
||||
|
||||
|
|
|
@ -36,6 +36,12 @@ CPPSRCS = \
|
|||
GLContext.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_IPC
|
||||
CPPSRCS += \
|
||||
gfxSharedImageSurface.cpp \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
SHARED_LIBRARY_LIBS += \
|
||||
../../layers/$(LIB_PREFIX)layers.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
@ -160,7 +166,7 @@ CPPSRCS += gfxDirectFBSurface.cpp
|
|||
endif
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),qt)
|
||||
CPPSRCS += gfxQtPlatform.cpp gfxQPainterSurface.cpp gfxSharedImageSurface.cpp
|
||||
CPPSRCS += gfxQtPlatform.cpp gfxQPainterSurface.cpp
|
||||
CPPSRCS += gfxXlibSurface.cpp gfxQtNativeRenderer.cpp
|
||||
ifdef MOZ_PANGO
|
||||
CPPSRCS += gfxPangoFonts.cpp
|
||||
|
|
Загрузка…
Ссылка в новой задаче