]> git.pld-linux.org Git - packages/metacity.git/commitdiff
- BR: startup-notification-devel (I'm not sure what is this library
authorradek <radek@pld-linux.org>
Tue, 21 Jan 2003 18:45:17 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  for -- should it be on or off by default... now it's on.)

Changed files:
    metacity.spec -> 1.27

metacity.spec

index 7f641d12301833ae1025fbb6c44089ddaa09476c..a20e580b929997f8eb9da4ed2b2bfb2e8d50f6ca 100644 (file)
@@ -17,6 +17,7 @@ BuildRequires:        intltool >= 0.25
 BuildRequires: libglade2-devel >= 2.0.0
 BuildRequires: libtool
 BuildRequires: rpm-build >= 4.1-10
+BuildRequires: startup-notification-devel
 BuildRequires: Xft-devel >= 2.1
 Requires(post):        GConf2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -51,7 +52,8 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --with-startup-notification
 %{__make}
 
 %install
This page took 0.08434 seconds and 4 git commands to generate.