Cocoa widget bustage fix following bug 338786: MOZ_GFX_TOOLKIT can be either of the two Mac toolkits.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199890 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mark%moxienet.com
2006-06-14 21:00:55 +00:00
parent 7bd6988b30
commit a2af87784e

View File

@@ -96,7 +96,7 @@ include $(topsrcdir)/config/rules.mk
CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(TK_CFLAGS)
ifeq ($(MOZ_GFX_TOOLKIT),mac)
ifneq (,$(filter mac cocoa,$(MOZ_GFX_TOOLKIT)))
# needed for nsDrawingSurfaceMac.h
CXXFLAGS += -I$(topsrcdir)/gfx/src/mac
endif