fixed: libusb/libudev/libcec configure mess. logic is like this: libudev OR libusb...
authorLars Op den Kamp <lars@opdenkamp.eu>
Fri, 21 Oct 2011 12:04:03 +0000 (14:04 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Fri, 21 Oct 2011 12:22:31 +0000 (14:22 +0200)
commitc80b011e52a996038ee8c4124871187d7c907fe7
tree933db70131e78526633895ec2d99be0f565b52bc
parent357d11d66b5627794567b2ecb7768457b5456e66
fixed: libusb/libudev/libcec configure mess. logic is like this: libudev OR libusb is needed for usb device detection in XBMC under linux. if libudev is available, we don't need libusb and we prefer libudev, since it provides more information about the hardware (for the cec adapter, we need libudev in order to automatically detect the correct port. with libusb, users will have to enter the port path manually). because usb devices won't be detected when both libusb and libudev are not available, libcec will be useless, so it's disabled in that case.
configure.in