libosinfo: use hwdata for ids files

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2024-02-12 17:01:51 +01:00 committed by Khem Raj
parent 50054e7ab1
commit bddecd1560
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -27,8 +27,8 @@ GIR_MESON_DISABLE_FLAG = 'disabled'
GTKDOC_MESON_OPTION = "enable-gtk-doc"
EXTRA_OEMESON += " \
-Dwith-pci-ids-path=${datadir}/pci.ids \
-Dwith-usb-ids-path=${datadir}/usb.ids \
-Dwith-pci-ids-path=${datadir}/hwdata/pci.ids \
-Dwith-usb-ids-path=${datadir}/hwdata/usb.ids \
"
RDEPENDS:${PN} = "pciutils-ids usbids"
RDEPENDS:${PN} = "hwdata"