Skip to content

Commit

Permalink
qemu: also build man pages
Browse files Browse the repository at this point in the history
There are special dependencies with respect to python.

This fixes #156.
  • Loading branch information
niclas committed Sep 21, 2022
1 parent 2bb1ee1 commit f652084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qemu-7.1.0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ test -e qemu-${VERSION}.tar.xz || wget --no-verbose $URL
test -d qemu-$VERSION || tar -xf qemu-${VERSION}.tar.xz
cd qemu-$VERSION

. /package/pkg/python-3.10.6-0_debug/profile
./configure --prefix=${PREFIX} \
$targets \
--enable-docs \
--enable-system \
--enable-jemalloc \
--audio-drv-list=${AUDIODRIVERS} \
Expand Down

0 comments on commit f652084

Please sign in to comment.