aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug783463
blob: b27a1997c534b1400660022d1c50b1d4ebe04140 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- gfx/skia/Makefile.in~
+++ gfx/skia/Makefile.in
@@ -339,10 +339,9 @@ CPPSRCS += \
 	SkMMapStream.cpp \
 	SkOSFile.cpp \
 	$(NULL)
-ifeq (Linux,$(OS_TARGET))
+ifneq (,$(or $(MOZ_X11),$(filter Linux,$(OS_TARGET))))
 CPPSRCS += \
 	SkFontHost_linux.cpp \
-	SkFontHost_tables.cpp \
 	SkTime_Unix.cpp \
 	$(NULL)
 endif