File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
sudo apt-get update -qq
29
29
sudo apt-get install -qq gcc clang
30
- sudo apt-get install -qq libfuse-dev uuid-runtime
30
+ sudo apt-get install -qq libcap-dev libfuse-dev uuid-runtime
31
31
sudo apt-get install -qq python3 python3-setuptools
32
32
sudo pip3 install meson ninja
33
33
Original file line number Diff line number Diff line change 27
27
run : |
28
28
sudo apt-get update -qq
29
29
sudo apt-get install -qq gcc clang
30
- sudo apt-get install -qq libfuse-dev uuid-runtime
30
+ sudo apt-get install -qq libcap-dev libfuse-dev uuid-runtime
31
31
sudo apt-get install -qq python3 python3-setuptools
32
32
sudo pip3 install meson==0.55.1 ninja
33
33
71
71
sudo add-apt-repository universe
72
72
sudo apt-get update -qq
73
73
sudo apt-get install -qq gcc clang
74
- sudo apt-get install -qq libfuse3-dev uuid-runtime
74
+ sudo apt-get install -qq libcap-dev libfuse3-dev uuid-runtime
75
75
sudo apt-get install -qq python3 python3-setuptools
76
76
sudo pip3 install meson==0.55.1 ninja
77
77
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ BuildRequires: libtool
33
33
BuildRequires: docbook2X
34
34
BuildRequires: doxygen
35
35
BuildRequires: fuse-devel
36
+ BuildRequires: libcap-devel
36
37
Requires: fuse-libs
37
38
38
39
%description
You can’t perform that action at this time.
0 commit comments