mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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]d5d6a7f304Signed-off-by: Fiona Klute <fiona.klute@gmx.de> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit993c0ba460) Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
committed by
Titouan Christophe
parent
8071e56341
commit
ffbe08e6fb
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user