From 9b7340f7ff63b56bc9156f25cdfaceb2ba7e42aa Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Tue, 26 Apr 2005 03:26:47 +0000 Subject: [PATCH] Bug 289509. Build Thebes code when Cairo GFX is being used. r=pavlov,sr=blizzard,a=chofmann git-svn-id: svn://10.0.0.236/trunk@172724 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla/gfx/Makefile.in b/mozilla/gfx/Makefile.in index 95bc5dd3d09..9c75dfc074c 100644 --- a/mozilla/gfx/Makefile.in +++ b/mozilla/gfx/Makefile.in @@ -50,9 +50,12 @@ endif DIRS += public idl src +ifdef MOZ_ENABLE_CAIRO_GFX +DIRS += thebes +endif + ifdef ENABLE_TESTS TOOL_DIRS += tests endif include $(topsrcdir)/config/rules.mk -