From 05aead82383b13886a235f87d548332dd8aec46d3caba91d5c2206783de6cc39 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 18 Jan 2012 20:20:47 +0000 Subject: [PATCH] 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 --- colord.changes | 6 ++++++ colord.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/colord.changes b/colord.changes index 835069f..d88734e 100644 --- a/colord.changes +++ b/colord.changes @@ -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 diff --git a/colord.spec b/colord.spec index d24f5f7..d8a6ab2 100644 --- a/colord.spec +++ b/colord.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: colord Version: 0.1.16 Release: 0 @@ -37,6 +38,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gudev-1.0) +BuildRequires: pkgconfig(gusb) >= 0.1.1 BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103 BuildRequires: pkgconfig(sqlite3)