mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
594 B
Plaintext
17 lines
594 B
Plaintext
$NetBSD: patch-mozilla_gfx_skia_moz.build,v 1.1 2013/11/12 20:50:51 ryoon Exp $
|
|
|
|
--- mozilla/gfx/skia/moz.build.orig 2013-10-23 22:08:57.000000000 +0000
|
|
+++ mozilla/gfx/skia/moz.build
|
|
@@ -188,10 +188,9 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt
|
|
'SkMMapStream.cpp',
|
|
'SkOSFile.cpp',
|
|
]
|
|
- if CONFIG['OS_TARGET'] == 'Linux':
|
|
+ if CONFIG['MOZ_X11'] == 1 or CONFIG['OS_TARGET'] == 'Linux':
|
|
CPP_SOURCES += [
|
|
'SkFontHost_linux.cpp',
|
|
- 'SkFontHost_tables.cpp',
|
|
'SkThread_pthread.cpp',
|
|
'SkTime_Unix.cpp',
|
|
]
|