mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:47:45 +00:00
Ports: Add depends 'libslirp' and configopt '--enable-slirp' to QEMU
This adds the dependency 'libslirp' and forces QEMU to pick up the dependency or fail compilation by adding the config option 'enable-slirp'.
This commit is contained in:
parent
ae075b3dff
commit
4ed71d5b40
1 changed files with 2 additions and 0 deletions
|
@ -10,11 +10,13 @@ configopts=(
|
||||||
'--disable-strip'
|
'--disable-strip'
|
||||||
'--enable-pie'
|
'--enable-pie'
|
||||||
'--enable-sdl'
|
'--enable-sdl'
|
||||||
|
'--enable-slirp'
|
||||||
'--enable-tcg'
|
'--enable-tcg'
|
||||||
'--enable-tools'
|
'--enable-tools'
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'glib'
|
'glib'
|
||||||
|
'libslirp'
|
||||||
'pixman'
|
'pixman'
|
||||||
'SDL2'
|
'SDL2'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue