mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
gui-libs/libsfdo: replace meson_feature with meson_use
Signed-off-by: Vincent Ahluwalia <vincentahluwalia@protonmail.com>
This commit is contained in:
@@ -24,8 +24,8 @@ BDEPEND="
|
|||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local emesonargs=(
|
local emesonargs=(
|
||||||
$(meson_feature examples)
|
$(meson_use examples)
|
||||||
$(meson_feature test tests)
|
$(meson_use test tests)
|
||||||
)
|
)
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user