Browse Source

udev: improved to disable gobject-introspection support when needed

stable/0.2
Christian Wiese 14 years ago
parent
commit
941f43bc9b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      filesystem/udev/udev.conf

+ 4
- 0
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