Browse Source

udev: improved to disable gobject-introspection support when needed

user/chris/test/early-mdev
Christian Wiese 14 years ago
parent
commit
b9a4a6b1d5
  1. 4
      filesystem/udev/udev.conf

4
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=

Loading…
Cancel
Save