mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-libs/libiio: Respect use flag settings
Closes: https://bugs.gentoo.org/865881 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
@@ -25,6 +25,14 @@ RDEPEND="dev-libs/libxml2:=
|
||||
zeroconf? ( net-dns/avahi )"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DHAVE_DNS_SD="$(usex zeroconf)"
|
||||
-DWITH_AIO="$(usex aio)"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user