[yad] Remove option --disable-deprecated

Elder Marco eldermarco at fedoraproject.org
Fri Sep 9 13:24:00 UTC 2011


commit 23236a146e42ec8882dc9d19069e4245755b43db
Author: Elder Marco <eldermarco at fedoraproject.org>
Date:   Fri Sep 9 10:21:10 2011 -0300

    Remove option --disable-deprecated
    
        GtkFontSelection is deprecated since GTK+-3.1.0. So, it isn't
        possible to build yad with this option.

 yad.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/yad.spec b/yad.spec
index 7ee1318..99d057f 100644
--- a/yad.spec
+++ b/yad.spec
@@ -28,7 +28,7 @@ custom buttons, additional dialogs, pop-up menu in notification icon and more.
 %setup -q
 
 %build
-%configure --disable-deprecated --enable-icon-browser
+%configure --enable-icon-browser
 make %{?_smp_mflags}
 
 %install


More information about the scm-commits mailing list