diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-30 11:40:10 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-08 06:11:29 -0800 |
commit | ccd7407e5e74ed470f5fea422c2a8ee81512b949 (patch) | |
tree | 1cc60767c9863888485d57117d34e7a27c113528 | |
parent | 7d2b886a3039479fbd8e6c44199cc928b5783943 (diff) | |
download | libsoup-ccd7407e5e74ed470f5fea422c2a8ee81512b949.tar.gz libsoup-ccd7407e5e74ed470f5fea422c2a8ee81512b949.tar.bz2 libsoup-ccd7407e5e74ed470f5fea422c2a8ee81512b949.zip |
for gnome, require gnome-keyring-1
-rw-r--r-- | packaging/libsoup.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index 9e7fd1c9..deea3f9c 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -14,6 +14,7 @@ BuildRequires: gettext-tools BuildRequires: glib-networking %if %{with gnome} BuildRequires: gobject-introspection-devel +BuildRequires: pkgconfig(gnome-keyring-1) %endif BuildRequires: intltool >= 0.35.0 BuildRequires: sqlite3-devel |