Skip to content

Commit

Permalink
webkit2gtk: fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Aug 10, 2024
1 parent 022826a commit f3dc853
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions testing/webkit2gtk/build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3dc853

Please sign in to comment.