Browse Source

udev: improved to disable gobject-introspection support when needed

stable/0.2
Christian Wiese 15 years ago
parent
commit
941f43bc9b
  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