]> git.pld-linux.org Git - packages/chromium-browser.git/blame - system-libxnvctrl.patch
update for 32.0.1700.77
[packages/chromium-browser.git] / system-libxnvctrl.patch
CommitLineData
9245150b
ER
1--- /dev/null 2008-07-21 16:46:52.000000000 +0300
2+++ chromium-browser-28.0.1500.20/build/linux/unbundle/libXNVCtrl.gyp 2013-05-31 13:26:23.840330832 +0300
ea209591 3@@ -0,0 +1,35 @@
7879021e
ER
4+# Copyright (c) 2013 The Chromium Authors. All rights reserved.
5+# Use of this source code is governed by a BSD-style license that can be
6+# found in the LICENSE file.
7+
8+{
9+ 'targets': [
10+ {
11+ 'target_name': 'libXNVCtrl',
12+ 'type': 'none',
9245150b
ER
13+ 'variables': {
14+ 'headers_root_path': '.',
15+ 'header_filenames': [
16+ 'NVCtrlLib.h',
17+ 'NVCtrl.h',
18+ ],
19+ },
20+ 'includes': [
21+ '../../build/shim_headers.gypi',
22+ ],
7879021e
ER
23+ 'direct_dependent_settings': {
24+ 'cflags': [
25+ '<!@(pkg-config --cflags libXNVCtrl)',
26+ ],
7879021e
ER
27+ },
28+ 'link_settings': {
29+ 'ldflags': [
30+ '<!@(pkg-config --libs-only-L --libs-only-other libXNVCtrl)',
31+ ],
32+ 'libraries': [
33+ '<!@(pkg-config --libs-only-l libXNVCtrl)',
34+ ],
35+ },
36+ }
37+ ],
38+}
39--- chromium-browser-28.0.1500.20/build/linux/unbundle/replace_gyp_files.py~ 2013-05-21 05:47:31.000000000 +0300
40+++ chromium-browser-28.0.1500.20/build/linux/unbundle/replace_gyp_files.py 2013-05-29 23:15:43.738468072 +0300
41@@ -29,6 +29,7 @@
42 'use_system_libvpx': 'third_party/libvpx/libvpx.gyp',
43 'use_system_libwebp': 'third_party/libwebp/libwebp.gyp',
44 'use_system_libxml': 'third_party/libxml/libxml.gyp',
45+ 'use_system_libxnvctrl' : 'third_party/libXNVCtrl/libXNVCtrl.gyp',
46 'use_system_libxslt': 'third_party/libxslt/libxslt.gyp',
47 'use_system_opus': 'third_party/opus/opus.gyp',
48 'use_system_re2': 'third_party/re2/re2.gyp',
This page took 0.032307 seconds and 4 git commands to generate.