From 7ebfd0440f0a907a44a6e3d7bb6335412708a0ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 11 Nov 2010 11:20:46 -0500 Subject: [PATCH] fix BRs --- GConf2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GConf2.spec b/GConf2.spec index 4fde8f5..88957b3 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -19,7 +19,7 @@ BuildRequires: libxml2-devel >= %{libxml2_version} BuildRequires: libxslt-devel BuildRequires: ORBit2-devel >= %{orbit2_version} BuildRequires: glib2-devel >= %{glib2_version} -BuildRequires: gtk2-devel +BuildRequires: gtk3-devel BuildRequires: gtk-doc >= 0.9 BuildRequires: pkgconfig >= 0.14 BuildRequires: gettext @@ -77,7 +77,7 @@ which require GTK+. %patch1 -p1 -b .gettext %build -%configure --disable-static --enable-defaults-service +%configure --disable-static --enable-defaults-service --with-gtk=3.0 # drop unneeded direct library deps with --as-needed # libtool doesn't make this easy, so we do it the hard way