JavaScript Webkit testing and detection changes

Add testing for javascriptcoregtk-4.1.
Simplify configure detection of JSC, relying only only pkg-config.
Add javascriptcoregtk-4.1 tests to GHA.
This commit is contained in:
William S Fulton 2022-08-03 23:07:02 +01:00
commit 662b88b605
3 changed files with 53 additions and 57 deletions

View file

@ -54,7 +54,7 @@ case "$SWIGLANG" in
fi
;;
"jsc")
$RETRY sudo apt-get install -qq libjavascriptcoregtk-4.0-dev
$RETRY sudo apt-get install -qq libjavascriptcoregtk-${VER}-dev
;;
"v8")
$RETRY sudo apt-get install -qq libv8-dev