[libwnck] Add build req for gobject-introspection

Ray Strode rstrode at fedoraproject.org
Wed Feb 2 21:25:21 UTC 2011


commit d36b4099fe829650d7aacbda7466ec296755db7a
Author: Ray Strode <rstrode at redhat.com>
Date:   Wed Feb 2 16:24:55 2011 -0500

    Add build req for gobject-introspection

 libwnck.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libwnck.spec b/libwnck.spec
index 3156d0e..081d72b 100644
--- a/libwnck.spec
+++ b/libwnck.spec
@@ -18,6 +18,7 @@ BuildRequires:  libXt-devel
 BuildRequires:  libXres-devel
 BuildRequires:  gettext
 BuildRequires:  intltool
+BuildRequires:  gobject-introspection-devel
 
 
 %description
@@ -39,7 +40,7 @@ developing applications that use %{name}.
 
 %build
 
-%configure --disable-static
+%configure --disable-static --enable-introspection
 make %{?_smp_mflags}
 
 %install


More information about the scm-commits mailing list