Diff mesa-progs-9.0.0 with a mesa-progs-9999
/usr/portage/x11-apps/mesa-progs/mesa-progs-9999.ebuild 2024-12-25 14:59:52.847270184 +0300 | ||
---|---|---|
16 | 16 |
else |
17 | 17 |
SRC_URI="https://mesa.freedesktop.org/archive/demos/${MY_P}.tar.xz |
18 | 18 |
https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.xz" |
19 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86" |
|
19 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
20 | 20 |
S="${WORKDIR}/${MY_P}" |
21 | 21 |
fi |
22 | 22 |
LICENSE="LGPL-2" |
... | ... | |
52 | 52 | |
53 | 53 |
PATCHES=( |
54 | 54 |
"${FILESDIR}"/${PV}-Disable-things-we-don-t-want.patch |
55 |
"${FILESDIR}"/${PV}-uint.patch |
|
56 | 55 |
) |
57 | 56 | |
58 | 57 |
pkg_setup() { |
... | ... | |
67 | 66 | |
68 | 67 |
use gles2 && use X && MULTILIB_CHOST_TOOLS+=( |
69 | 68 |
/usr/bin/es2_info |
70 |
/usr/bin/es2gears_x11 |
|
71 |
) |
|
72 | ||
73 |
use gles2 && use wayland && MULTILIB_CHOST_TOOLS+=( |
|
74 |
/usr/bin/es2gears_wayland |
|
69 |
/usr/bin/es2gears |
|
75 | 70 |
) |
76 | 71 | |
77 | 72 |
use vulkan && MULTILIB_CHOST_TOOLS+=( |