Сравнение xwayland-23.2.0 с xwayland-23.2.1
/usr/portage/x11-base/xwayland/xwayland-23.2.1.ebuild 2023-10-09 14:52:35.912368512 +0300 | ||
---|---|---|
16 | 16 |
DESCRIPTION="Standalone X server running under Wayland" |
17 | 17 |
HOMEPAGE="https://wayland.freedesktop.org/xserver.html" |
18 | 18 | |
19 |
IUSE="selinux video_cards_nvidia unwind xcsecurity" |
|
19 |
IUSE="libei selinux video_cards_nvidia unwind xcsecurity" |
|
20 | 20 | |
21 | 21 |
LICENSE="MIT" |
22 | 22 |
SLOT="0" |
... | ... | |
40 | 40 |
>=x11-libs/pixman-0.27.2 |
41 | 41 |
>=x11-misc/xkeyboard-config-2.4.1-r3 |
42 | 42 | |
43 |
libei? ( dev-libs/libei ) |
|
43 | 44 |
unwind? ( sys-libs/libunwind ) |
44 | 45 |
video_cards_nvidia? ( gui-libs/egl-wayland ) |
45 | 46 |
" |
... | ... | |
52 | 53 |
${COMMON_DEPEND} |
53 | 54 |
x11-apps/xkbcomp |
54 | 55 |
!<=x11-base/xorg-server-1.20.11 |
56 | ||
57 |
libei? ( >=sys-apps/xdg-desktop-portal-1.18.0 ) |
|
55 | 58 |
selinux? ( sec-policy/selinux-xserver ) |
56 | 59 |
" |
57 | 60 |
BDEPEND=" |
... | ... | |
82 | 85 |
-Dxace=true |
83 | 86 |
-Dxdmcp=true |
84 | 87 |
-Dxinerama=true |
85 |
-Dxwayland_ei=false |
|
86 | 88 |
-Dxvfb=true |
87 | 89 |
-Dxv=true |
88 | 90 |
-Dxwayland-path="${EPREFIX}"/usr/bin |
... | ... | |
92 | 94 |
-Ddocs-pdf=false |
93 | 95 |
) |
94 | 96 | |
97 |
if use libei; then |
|
98 |
emesonargs+=( -Dxwayland_ei=portal ) |
|
99 |
else |
|
100 |
emesonargs+=( -Dxwayland_ei=false ) |
|
101 |
fi |
|
102 | ||
95 | 103 |
meson_src_configure |
96 | 104 |
} |
97 | 105 |