]> git.pld-linux.org Git - packages/fvwm2.git/commitdiff
- added _with_rplay bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Jan 2003 17:19:52 +0000 (17:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fvwm2.spec -> 1.37

fvwm2.spec

index 537bd682f32d44c075557f2fe09d3126e54a2dd0..6f7584aae280459696ebb263d66cbeef26ff4484 100644 (file)
@@ -4,6 +4,7 @@
 # Conditional build:
 # _with_fribidi                - with bidirectional text support
 # _with_gnome          - with gnome-libs
+# _with_rplay          - with internal sound support (through rplay)
 # _without_stroke      - without mouse strokes (gestures) support
 # _without_xft         - without Xft (1 or 2) support
 #
@@ -39,6 +40,7 @@ BuildRequires:        gtk+-devel
 BuildRequires: libpng-devel
 %{!?_without_stroke:BuildRequires:     libstroke-devel}
 BuildRequires: readline-devel >= 4.2
+%{?_with_rplay:BuildRequires:  rplay-devel}
 BuildRequires: rpm-perlprov
 Requires:      fvwm2-icons
 Requires:      wmconfig >= 0.9.10-6
@@ -139,16 +141,13 @@ rm -f missing
        --enable-sm \
        %{?_with_gnome:--with-gnome}%{!?_with_gnome:--without-gnome} \
        --with-xpm-library \
-       --without-rplay-library \
+       %{!?_with_rplay:--without-rplay-library} \
        --with-stroke-library \
        --with-ncurses-library \
        --with-readline-library \
        --with-ncurses-library \
        --without-termcap-library
 
-# no such library in PLD
-#      --with-rplay-library
-
 %{__make}
 
 %install
This page took 0.066029 seconds and 4 git commands to generate.