package/eudev: remove obsolete --disable-introspection configure flag

It was removed from eudev with version 1.5.1, when introspection
became part of the gudev option [1]. This has in turn been removed and
replaced by package/libgudev, yet somehow the flag stayed. Remove it
to remove a warning during configure stage.

[1] d5d6a7f304

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 993c0ba460)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Fiona Klute
2025-06-07 19:09:34 +02:00
committed by Titouan Christophe
parent 8071e56341
commit ffbe08e6fb

View File

@@ -14,7 +14,6 @@ EUDEV_CONF_OPTS = \
--disable-manpages \
--sbindir=/sbin \
--libexecdir=/lib \
--disable-introspection \
--enable-kmod \
--enable-blkid
@@ -71,7 +70,6 @@ HOST_EUDEV_CONF_OPTS = \
--with-rootlibdir=/lib \
--sysconfdir=/etc \
--disable-blkid \
--disable-introspection \
--disable-kmod \
--disable-manpages \
--disable-rule-generator \