]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- xft bcond, but due to bug in code --disable-xft doesn't work. It seems
authorhavner <havner@pld-linux.org>
Sun, 5 Sep 2004 02:55:29 +0000 (02:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  that it's impossible to disable xft support in this version.

Changed files:
    WindowMaker.spec -> 1.142

WindowMaker.spec

index 567e6e21093198060188e5277857c9f9073e4295..508296039d36d9c02fc619b9db8cd4e8155bae2d 100644 (file)
@@ -1,6 +1,8 @@
 %define                extraver        0.1
 %define                _snap           20040718
 
+%bcond_without xft     # disable xft support, doesn't work, bug in sources
+
 Summary:       NeXT-alike window manager
 Summary(es):   Administrador de Ventanas parecido con el NeXT
 Summary(fr):   Gestionnaire de fenĂȘtres avec le look NeXT
@@ -273,7 +275,8 @@ perl -pi -e 's/defaultAppIcon.#extension#;SharedAppIcon = Yes;/defaultAppIcon.#e
        --enable-kde \
        --enable-shared \
        --enable-static \
-       --enable-usermenu
+       --enable-usermenu \
+%{!?with_xft:--disable-xft}
 
 touch WindowMaker/Defaults/W*.in
 
This page took 0.038809 seconds and 4 git commands to generate.