Skip to content

Commit be4a4ff

Browse files
Try fixing up more udev issues
1 parent 084fa43 commit be4a4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def generate_output(pkg_shortname, vinca_conf, distro, version):
333333
]
334334

335335
# fixup problems with udev (which is mapped to libusb):
336-
if "libusb" in output["requirements"]["host"]:
336+
if "libusb" in output["requirements"]["host"] or "ros-"+distro.name+"-lusb" in output["requirements"]["host"]:
337337
output["requirements"]["build"] += [
338338
{"sel(linux)": "{{ cdt('libudev') }}"},
339339
{"sel(linux)": "{{ cdt('libudev-devel') }}"},

0 commit comments

Comments
 (0)