mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user