From f3dc8536d690d8e0b2a79296faa44b1aa5165fbd Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 10 Aug 2024 18:01:55 -0500 Subject: [PATCH] webkit2gtk: fix shellcheck --- testing/webkit2gtk/build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testing/webkit2gtk/build b/testing/webkit2gtk/build index 6b9929b6..f3ac61fc 100755 --- a/testing/webkit2gtk/build +++ b/testing/webkit2gtk/build @@ -7,15 +7,9 @@ export CCACHE_SLOPPINESS=time_macros,include_file_mtime # Use libsoup3, if available. This changes the webkit version from 4.0 to 4.1. pkg-config --exists libsoup-3.0 && libsoup=OFF -# Enable streaming related options if gstreamer is installed. -pkg-config --exists gstreamer-play-1.0 && streaming=ON - # Enable the use of openjpeg if the package is installed. pkg-config --exists libopenjp2 && jpeg=ON -# Enable WEB_CRYPTO if libtasn1 is installed. -pkg-config --exists libtasn1 && tasn=ON - # Use clang if installed, decreases compilation time by 25%. if command -v clang; then export CC=clang