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. 2
      filesystem/udev/udev.conf

2
filesystem/udev/udev.conf

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

Loading…
Cancel
Save