File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# therefore, unfortunately, the installation cannot be copied/moved elsewhere without re-installing wxWidgets.
2121#
2222
23+ cmake_minimum_required (VERSION 3.5 )
2324project (BambuStudio-deps)
24- cmake_minimum_required (VERSION 3.2 )
2525
2626include (ExternalProject )
2727include (ProcessorCount )
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ REQUIRED_DEV_PACKAGES=(
2828 libcurl-devel
2929 nasm
3030 yasm
31- libx264-devel
3231 libbz2-devel
3332 systemd-devel
3433 libunwind-devel
@@ -38,7 +37,7 @@ REQUIRED_DEV_PACKAGES=(
3837
3938if [[ -n "$UPDATE_LIB" ]]
4039then
41- REQUIRED_DEV_PACKAGES+=(webkit2gtk3 -devel)
40+ REQUIRED_DEV_PACKAGES+=(webkit2gtk4.1 -devel)
4241 sudo zypper -n refresh
4342 sudo zypper -n install ${REQUIRED_DEV_PACKAGES[@]}
4443 echo -e "done\n"
You can’t perform that action at this time.
0 commit comments