mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-libs/babl: -native-symlinks fix without NM/READLINK in make.conf
Tested in an environment without the ~workaround of CC/CXX/NM/READLINK/…
set in make.conf
Fixes: 3e40484cf0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/236
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
f21e8b729a
commit
c4a00e85af
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
VALA_USE_DEPEND=vapigen
|
||||
|
||||
inherit meson gnome2-utils vala
|
||||
inherit meson gnome2-utils vala toolchain-funcs
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
@@ -44,6 +44,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
tc-export READELF NM
|
||||
|
||||
use vala && vala_setup
|
||||
|
||||
# Automagic rsvg support is just for website generation we do not call,
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
VALA_USE_DEPEND=vapigen
|
||||
|
||||
inherit meson gnome2-utils vala
|
||||
inherit meson gnome2-utils vala toolchain-funcs
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
@@ -43,6 +43,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
tc-export READELF NM
|
||||
|
||||
use vala && vala_setup
|
||||
|
||||
# Automagic rsvg support is just for website generation we do not call,
|
||||
|
||||
Reference in New Issue
Block a user