From b9a4a6b1d55896221bd89441c2a30d89510f7ea0 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 25 Aug 2010 15:05:12 +0200 Subject: [PATCH] udev: improved to disable gobject-introspection support when needed --- filesystem/udev/udev.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/filesystem/udev/udev.conf b/filesystem/udev/udev.conf index 75100264e..5b75d8f90 100644 --- a/filesystem/udev/udev.conf +++ b/filesystem/udev/udev.conf @@ -19,6 +19,10 @@ fi var_append confopt ' ' "--libexecdir=$libdir/udev" +if ! pkginstalled gobject-introspection; then + var_append extraconfopt ' ' "--disable-introspection" +fi + udev_devices() { local devdir="$root/lib/udev/devices" local node=