mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 846634 - Followup: remove straggler EXPORT definitions; r=mshal
This commit is contained in:
parent
3d8b8cd1f4
commit
d22c0a99f7
@ -27,10 +27,6 @@ include $(topsrcdir)/config/config.mk
|
||||
# lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += \
|
||||
|
@ -141,8 +141,8 @@ DEFINES += -DMOZ_ENABLE_D3D10_LAYER
|
||||
endif
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
||||
EXPORTS_mozilla/layers += GLManager.h
|
||||
CPPSRCS += ShadowLayerUtilsMac.cpp \
|
||||
CPPSRCS += \
|
||||
ShadowLayerUtilsMac.cpp \
|
||||
GLManager.cpp \
|
||||
$(NULL)
|
||||
endif
|
||||
|
@ -104,6 +104,11 @@ if CONFIG['MOZ_X11']:
|
||||
'ShadowLayerUtilsX11.h'
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
EXPORTS.mozilla.layers += [
|
||||
'GLManager.h'
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
|
||||
EXPORTS.mozilla.layers += [
|
||||
'ShadowLayerUtilsGralloc.h'
|
||||
|
Loading…
Reference in New Issue
Block a user