mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
gui-libs/libsfdo: replace meson_feature with meson_use
Signed-off-by: Vincent Ahluwalia <vincentahluwalia@protonmail.com>
This commit is contained in:
parent
42fe1c27d5
commit
2d45e03f2a
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user