Skip to content

Commit

Permalink
Update create_deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 15, 2024
1 parent f7fddbc commit 46d7d82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BuildTools/ubuntu/create_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ $APT install -y gdal-bin
$APT install -y libgdal-dev
$APT install -y unzip cmake dh-autoreconf libgtk-3-dev libgl1-mesa-dev libglu1-mesa-dev

if [ $OS = 'jammy' ] ; then
$APT install -y libwebkit2gtk-4.0-dev
elif [ $OS = 'focal' ] ; then
if [ $OS = 'jammy' ] || [ $OS = 'noble' ] || [ $OS = 'focal']; then
$APT install -y libwebkit2gtk-4.0-dev
else
$APT install -y libwebkitgtk-3.0-dev
Expand Down

0 comments on commit 46d7d82

Please sign in to comment.