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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user