aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build__linux__unbundle__libwebp.gyp
blob: 630a4cfe2f0e5ca3b00f901c35d7828683559655 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ./build/linux/unbundle/libwebp.gyp.orig	2014-08-20 21:02:29.000000000 +0200
+++ ./build/linux/unbundle/libwebp.gyp	2014-08-22 15:06:24.000000000 +0200
@@ -14,13 +14,7 @@
       },
       'link_settings': {
         'libraries': [
-          # Check for presence of webpdemux library, use it if present.
-          '<!(python <(DEPTH)/tools/compile_test/compile_test.py '
-          '--code "int main() { return 0; }" '
-          '--run-linker '
-          '--on-success "-lwebp -lwebpdemux" '
-          '--on-failure "-lwebp" '
-          '-- -lwebpdemux)',
+          '-lwebp -lwebpdemux',
         ],
       },
     }