]> git.pld-linux.org Git - packages/XaoS.git/commitdiff
- unified bconds
authorTomasz Pala <gotar@pld-linux.org>
Sat, 4 Oct 2003 13:44:16 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XaoS.spec -> 1.18

XaoS.spec

index 0a500fe28bd057515792bb032f2b78df8bb9b588..3e6cdefc684dacec17fbb6ab26105fe60d8ad8c0 100644 (file)
--- a/XaoS.spec
+++ b/XaoS.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 #
-# _without_aa          - without aalib output support
+# _without_aalib       - without aalib output support
 # _without_ggi         - without ggi output support
 # _without_ncurses     - without ncurses output support
 # _without_svga        - without svga output support
@@ -28,7 +28,7 @@ Patch3:               %{name}-svga-fix.patch
 Patch4:                %{name}-info.patch
 URL:           http://xaos.theory.org/
 BuildRequires: XFree86-devel
-%{!?_without_aa:BuildRequires:         aalib-devel}
+%{!?_without_aalib:BuildRequires:              aalib-devel}
 BuildRequires: autoconf
 BuildRequires: automake
 %{!?_without_ggi:BuildRequires:                libggi-devel}
@@ -77,7 +77,7 @@ cp -f /usr/share/automake/config.* .
 %configure \
        --with-x \
        --with-x11-driver=yes \
-       %{?_without_aa:         --with-aa-driver=no} \
+       %{?_without_aalib:      --with-aa-driver=no} \
        %{?_without_ggi:        --with-ggi-driver=no} \
        %{?_without_ncurses:    --with-curses-driver=no} \
        %{?_without_svga:       --with-svga-driver=no}
This page took 0.054041 seconds and 4 git commands to generate.