Skip to content

Commit

Permalink
building: prerequisite: add libcap-ng-dev
Browse files Browse the repository at this point in the history
Building Qemu with VirtFS feature enables requires libcap-ng-devel as
prerequisite for build to be successful otherwise following error is
seen on Ubuntu 20.04:

../meson.build:1075:6: ERROR: Problem encountered: virtio-9p (virtfs) requires libcap-ng-devel and libattr-devel

Fix this via adding corresponding prerequisite.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
  • Loading branch information
b49020 authored and jbech-linaro committed Jan 4, 2022
1 parent b885221 commit cb3785b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions building/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Install the following packages regardless of what target you will use in the end
$ sudo apt-get install android-tools-adb android-tools-fastboot autoconf \
automake bc bison build-essential ccache codespell \
cscope curl device-tree-compiler \
expect flex ftp-upload gdisk iasl libattr1-dev libcap-dev \
cscope curl device-tree-compiler expect flex ftp-upload gdisk iasl \
libattr1-dev libcap-dev libcap-ng-dev \
libfdt-dev libftdi-dev libglib2.0-dev libgmp-dev libhidapi-dev \
libmpc-dev libncurses5-dev libpixman-1-dev libssl-dev libtool make \
mtools netcat ninja-build python-crypto python3-crypto python-pyelftools \
Expand Down

0 comments on commit cb3785b

Please sign in to comment.