sys-libs/libosinfo: fix mixed up usb.ids and pci.ids options

Thanks-to: dantrell
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
Mart Raudsepp
2020-08-18 13:15:35 +03:00
parent cf3454fd8a
commit 7156eec31f

View File

@@ -53,8 +53,8 @@ src_configure() {
$(meson_feature introspection enable-introspection)
$(meson_use test enable-tests)
$(meson_feature vala enable-vala)
-Dwith-pci-ids-path=/usr/share/misc/usb.ids
-Dwith-usb-ids-path=/usr/share/misc/pci.ids
-Dwith-pci-ids-path=/usr/share/misc/pci.ids
-Dwith-usb-ids-path=/usr/share/misc/usb.ids
)
meson_src_configure
}