diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-12-29 19:35:12 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-12-29 19:35:12 +0100 |
commit | d50b874f3b3d2c69e613bda5b7f8bac32c1c759c (patch) | |
tree | dabfc9f023508adde272add8db0514340adfc6ed /games-emulation | |
parent | media-gfx/geeqie: drop USE=gtk3 in stable 1.6 (diff) | |
download | gentoo-d50b874f3b3d2c69e613bda5b7f8bac32c1c759c.tar.gz gentoo-d50b874f3b3d2c69e613bda5b7f8bac32c1c759c.tar.bz2 gentoo-d50b874f3b3d2c69e613bda5b7f8bac32c1c759c.zip |
games-emulation/dosbox-staging: add missing flag for libslirp support
This is used in this new version for Ethernet emulation
Closes: https://bugs.gentoo.org/830229
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/dosbox-staging/metadata.xml | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild b/games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild index 652dbe698a9a..35528cd3b10a 100644 --- a/games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild +++ b/games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dosbox-staging/dosbox-staging/archive/v${PV}.tar.gz LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="+alsa debug dynrec +fluidsynth mt-32 network opengl test" +IUSE="+alsa debug dynrec +fluidsynth mt-32 network opengl slirp test" RESTRICT="!test? ( test )" @@ -24,6 +24,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) mt-32? ( media-libs/munt-mt32emu ) network? ( media-libs/sdl2-net ) opengl? ( virtual/opengl ) + slirp? ( net-libs/libslirp ) media-libs/libpng:0= media-libs/libsdl2[joystick,opengl?,video,X] media-libs/opusfile @@ -58,6 +59,7 @@ src_configure() { $(meson_use mt-32 use_mt32emu) $(meson_use network use_sdl2_net) $(meson_use opengl use_opengl) + $(meson_use slirp use_slirp) $(meson_feature test unit_tests) ) meson_src_configure diff --git a/games-emulation/dosbox-staging/metadata.xml b/games-emulation/dosbox-staging/metadata.xml index 639809d4af9f..f4c7e89956af 100644 --- a/games-emulation/dosbox-staging/metadata.xml +++ b/games-emulation/dosbox-staging/metadata.xml @@ -11,6 +11,7 @@ <flag name="mt-32">use <pkg>media-libs/munt-mt32emu</pkg> for MT-32 emulation</flag> <flag name="network">Enable networking features (modem, ipx)</flag> <flag name="opus">Support compressed audio tracks (.opus) used with CDROM images</flag> + <flag name="slirp">Enable Ethernet emulation using <pkg>net-libs/libslirp</pkg></flag> </use> <upstream> <remote-id type="github">dosbox-staging/dosbox-staging</remote-id> |