6e95e654f9
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version tracks 31 ESR.
12 lines
601 B
Text
12 lines
601 B
Text
$NetBSD: patch-mozilla_build_gyp.mozbuild,v 1.1 2015/07/13 17:49:26 ryoon Exp $
|
|
|
|
--- mozilla/build/gyp.mozbuild.orig 2014-07-18 00:05:10.000000000 +0000
|
|
+++ mozilla/build/gyp.mozbuild
|
|
@@ -12,6 +12,7 @@ gyp_vars = {
|
|
'have_ethtool_cmd_speed_hi': 1 if CONFIG['MOZ_WEBRTC_HAVE_ETHTOOL_SPEED_HI'] else 0,
|
|
'include_alsa_audio': 1 if CONFIG['MOZ_ALSA'] else 0,
|
|
'include_pulse_audio': 1 if CONFIG['MOZ_PULSEAUDIO'] else 0,
|
|
+ 'use_libv4l2': 1 if CONFIG['MOZ_LIBV4L2_LIBS'] else 0,
|
|
# basic stuff for everything
|
|
'include_internal_video_render': 0,
|
|
'clang_use_chrome_plugins': 0,
|