mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
Fix hid2hci compilation error
Do not compile hid2hci if udev is not present.
This commit is contained in:
parent
d70388cda5
commit
cb60fce5fc
@ -400,7 +400,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [
|
||||
AM_CONDITIONAL(TOOLS, test "${tools_enable}" = "yes")
|
||||
AM_CONDITIONAL(BCCMD, test "${bccmd_enable}" = "yes")
|
||||
AM_CONDITIONAL(PCMCIA, test "${pcmcia_enable}" = "yes")
|
||||
AM_CONDITIONAL(HID2HCI, test "${hid2hci_enable}" = "yes" && test "${usb_found}" = "yes")
|
||||
AM_CONDITIONAL(HID2HCI, test "${hid2hci_enable}" = "yes" && test "${usb_found}" = "yes" && test "${udev_found}" = "yes")
|
||||
AM_CONDITIONAL(DFUTOOL, test "${dfutool_enable}" = "yes" && test "${usb_found}" = "yes")
|
||||
AM_CONDITIONAL(UDEVRULES, test "${udevrules_enable}" = "yes")
|
||||
AM_CONDITIONAL(CONFIGFILES, test "${configfiles_enable}" = "yes")
|
||||
|
Loading…
Reference in New Issue
Block a user