mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -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() {
|
||||
local emesonargs=(
|
||||
$(meson_feature examples)
|
||||
$(meson_feature test tests)
|
||||
$(meson_use examples)
|
||||
$(meson_use test tests)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user