Browse Source

udev: fixed to check if gobject-introspection is effectively installed

user/amery/next/luajit
Christian Wiese 13 years ago
parent
commit
832e10756d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      filesystem/udev/udev.conf

+ 1
- 1
filesystem/udev/udev.conf

@ -28,7 +28,7 @@ for x in glib gperf acl libusb usbutils; do
fi
done
if ! pkginstalled gobject-introspection; then
if ! pkginstalled -f gobject-introspection; then
var_append extraconfopt ' ' "--disable-introspection"
fi

Loading…
Cancel
Save