Commits
Joshua Root authored c94cc82e1ad
77 77 | variant libusb description {Build with libusb support} { |
78 78 | depends_lib-append port:libusb |
79 79 | configure.args-delete --disable-libusb |
80 80 | } |
81 81 | |
82 82 | variant osc description {Build with OSC support} { |
83 83 | depends_lib-append port:liblo |
84 84 | configure.args-delete --disable-osc |
85 85 | } |
86 86 | |
87 - | default_variants +http +libftdi0 +libusb +osc +python27 |
87 + | default_variants +http +libusb +osc +python27 |
88 + | if {![variant_isset libftdi1]} { |
89 + | default_variants-append +libftdi0 |
90 + | } |
88 91 | |
89 92 | test.run yes |
90 93 | test.target check |