Skip to content

Commit 99e8205

Browse files
committed
fix: cmake 4.x compat and openSUSE webkit/x264 package names
1 parent 7b79eb7 commit 99e8205

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

deps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# therefore, unfortunately, the installation cannot be copied/moved elsewhere without re-installing wxWidgets.
2121
#
2222

23+
cmake_minimum_required(VERSION 3.5)
2324
project(BambuStudio-deps)
24-
cmake_minimum_required(VERSION 3.2)
2525

2626
include(ExternalProject)
2727
include(ProcessorCount)

linux.d/opensuse

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

3938
if [[ -n "$UPDATE_LIB" ]]
4039
then
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"

0 commit comments

Comments
 (0)