Skip to content

Commit 593008d

Browse files
committed
fix: build error
1 parent af9e8db commit 593008d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

fedora/dsnote.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ BuildRequires: libXinerama-devel
2727
BuildRequires: libxkbcommon-x11-devel
2828
BuildRequires: libXtst-devel
2929
BuildRequires: libtool
30+
BuildRequires: wayland-devel
3031
BuildRequires: meson
3132
BuildRequires: openblas-devel
3233
BuildRequires: patchelf
3334
BuildRequires: pybind11-devel
3435
BuildRequires: python3-devel
3536
BuildRequires: python3-pybind11
3637
BuildRequires: qt5-linguist
38+
BuildRequires: qt5-qtbase-private-devel
3739
BuildRequires: qt5-qtmultimedia-devel
3840
BuildRequires: qt5-qtquickcontrols2-devel
3941
BuildRequires: qt5-qtx11extras-devel
@@ -73,7 +75,7 @@ No data is sent to the Internet.
7375
-DBUILD_TAGLIB=OFF \
7476
-DBUILD_XDO=OFF \
7577
-DBUILD_WHISPERCPP_VULKAN=ON \
76-
-DBUILD_XKBCOMMON=ON
78+
-DBUILD_XKBCOMMON=ON # not needed on Fedora 42
7779
%cmake_build
7880

7981
%install

flatpak/net.mkiol.SpeechNote.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ modules:
705705
- /opt/oneapi
706706
build-commands:
707707
- sh l_BaseKit_p_2024.0.0.49564_offline.sh --extract-folder ./oneapi -a --eula accept --silent --install-dir ${FLATPAK_DEST}/opt/oneapi
708+
- chmod -R +w ${FLATPAK_DEST}/opt/oneapi
708709
sources:
709710
- type: file
710711
url: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh

0 commit comments

Comments
 (0)