From 3162fbd24dd4ee5211a220d64f3a465bec2cc6e9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 13 Aug 2015 09:51:45 +0000 Subject: chromium-dev: fix a build failure. Explicitly build the pdf driver. --- chromium-dev/build/chromium-dev.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chromium-dev') diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild index 19745ba8..7a78172e 100755 --- a/chromium-dev/build/chromium-dev.SlackBuild +++ b/chromium-dev/build/chromium-dev.SlackBuild @@ -418,6 +418,9 @@ fi third_party/libaddressinput/chromium/tools/update-strings.py \ 2>&1 | tee $OUTPUT/update_strings-${PRGNAM}.log +# Do not make the build fail, see https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/9JX1N2nf4PU/discussion : +touch chrome/test/data/webui/i18n_process_css_test.html + # Unbundle the libraries which we use from the system: build/linux/unbundle/replace_gyp_files.py "${_chromium_conf[@]}" \ 2>&1 | tee $OUTPUT/configure-${PRGNAM}.log @@ -426,7 +429,7 @@ build/gyp_chromium --depth=. "${_chromium_conf[@]}" \ 2>&1 | tee $OUTPUT/gyp-${PRGNAM}.log # Compile everything: ninja $NUMJOBS -C out/Release \ - chrome chrome_sandbox chromedriver widevinecdmadapter clearkeycdm + pdf chrome chrome_sandbox chromedriver widevinecdmadapter clearkeycdm \ 2>&1 | tee $OUTPUT/ninja-${PRGNAM}.log # Manually install everything: -- cgit v1.2.3