Accepting request 100542 from home:vuntz:branches:GNOME:Factory

Build with libgusb support

OBS-URL: https://build.opensuse.org/request/show/100542
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2012-01-18 20:20:47 +00:00 committed by Git OBS Bridge
parent a451e53029
commit 05aead8238
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 18 10:47:23 UTC 2012 - vuntz@opensuse.org
- Add pkgconfig(gusb) BuildRequires to build with libgusb support,
which matters even more now than libusb support is gone.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 17 18:02:05 UTC 2012 - vuntz@opensuse.org Tue Jan 17 18:02:05 UTC 2012 - vuntz@opensuse.org

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: colord Name: colord
Version: 0.1.16 Version: 0.1.16
Release: 0 Release: 0
@ -37,6 +38,7 @@ BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(gusb) >= 0.1.1
BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(sqlite3)