Fix BRs
This commit is contained in:
parent
ba944f0e8e
commit
72ac87d08a
@ -12,6 +12,7 @@ BuildRequires: libgudev1-devel
|
||||
BuildRequires: libusb1-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: vala-devel
|
||||
BuildRequires: vala-tools
|
||||
|
||||
%description
|
||||
GUsb is a GObject wrapper for libusb1 that makes it easy to do
|
||||
@ -30,7 +31,11 @@ GLib headers and libraries for gusb.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-static \
|
||||
--enable-vala=yes \
|
||||
--enable-introspection=yes \
|
||||
--disable-gtk-doc \
|
||||
--enable-gudev \
|
||||
--disable-dependency-tracking
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user