Author: jbeich Date: Mon Jul 2 21:05:44 2012 New Revision: 834 Log: build skia for cairo-qt, too
Added: branches/experimental/www/firefox-nightly/files/patch-gfx-skia-Makefile.in Added: branches/experimental/www/firefox-nightly/files/patch-gfx-skia-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-nightly/files/patch-gfx-skia-Makefile.in Mon Jul 2 21:05:44 2012 (r834) @@ -0,0 +1,11 @@ +--- gfx/skia/Makefile.in~ ++++ gfx/skia/Makefile.in +@@ -339,7 +339,7 @@ CPPSRCS += \ + SkMMapStream.cpp \ + SkOSFile.cpp \ + $(NULL) +-ifeq (Linux,$(OS_TARGET)) ++ifneq (,$(MOZ_X11)) + CPPSRCS += \ + SkFontHost_linux.cpp \ + SkFontHost_tables.cpp \ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
