Сравнение dosbox-staging-0.80.0 с dosbox-staging-0.80.1
/usr/portage/games-emulation/dosbox-staging/dosbox-staging-0.80.1.ebuild 2023-10-09 14:52:31.084368390 +0300 | ||
---|---|---|
1 |
# Copyright 2020-2022 Gentoo Authors |
|
1 |
# Copyright 2020-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
50 | 50 |
} |
51 | 51 | |
52 | 52 |
src_configure() { |
53 |
# xinput2 comes with libsdl2[X] |
|
53 | 54 |
local emesonargs=( |
55 |
-Duse_xinput2=true |
|
54 | 56 |
$(meson_use alsa use_alsa) |
55 | 57 |
$(meson_use debug) |
56 | 58 |
-Ddynamic_core=$(usex dynrec dynrec dyn-x86) |