Re-enable usage of pci/usb.ids from 'hwdata'
The Makefile rule for linking in upstream is now fixed.
This commit is contained in:
parent
150aafc9da
commit
7c7d853e61
@ -36,6 +36,7 @@ BuildRequires: /usr/bin/pod2man
|
||||
%if %{with_gir}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
%endif
|
||||
Requires: hwdata
|
||||
%if %{with_udev}
|
||||
Requires: udev
|
||||
%endif
|
||||
@ -87,7 +88,7 @@ This package provides the Vala bindings for libosinfo library.
|
||||
%define udev_arg --enable-udev=no
|
||||
%endif
|
||||
|
||||
%configure %{gir_arg} %{udev_arg} --enable-vala=yes
|
||||
%configure %{gir_arg} %{udev_arg} --enable-vala=yes --with-usb-ids-path=/usr/share/hwdata/usb.ids --with-pci-ids-path=/usr/share/hwdata/pci.ids
|
||||
%__make %{?_smp_mflags} V=1
|
||||
|
||||
chmod a-x examples/*.js examples/*.py
|
||||
|
Loading…
Reference in New Issue
Block a user