diff --git a/gfx/src/mac/Makefile.in b/gfx/src/mac/Makefile.in index 267a30dbc337..5de9d8206fa2 100644 --- a/gfx/src/mac/Makefile.in +++ b/gfx/src/mac/Makefile.in @@ -26,13 +26,13 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gfx_mac MODULE = layout IS_COMPONENT = 1 - +REQUIRES = xpcom string img widget view util dom pref js uconv necko unicharutil gfx2 mozcomps windowwatcher CPPSRCS = \ nsATSUIUtils.cpp \ nsDeviceContextMac.cpp \ nsDeviceContextSpecFactoryM.cpp \ - nsDeviceContextSpecMac.cpp \ + nsDeviceContextSpecX.cpp \ nsDrawingSurfaceMac.cpp \ nsFontMetricsMac.cpp \ nsGfxFactoryMac.cpp \