]> git.pld-linux.org Git - packages/totem.git/commitdiff
- added lirc bcond
authorJarosław Kruk <jareq@pld-linux.org>
Wed, 7 Jun 2006 10:10:52 +0000 (10:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    totem.spec -> 1.85

totem.spec

index ff638c369cf6daef66eee0424ca4da0c47861a76..488de27f81a86da2164f46b6b63c337f8eb54899 100644 (file)
@@ -6,6 +6,7 @@
 %bcond_without gstreamer       # build with gstreamer instead xine-lib
 %bcond_without mozilla_firefox # build with mozilla intead of mozilla-firefox
 %bcond_without nvtv            # build without nvtv support
+%bcond_without lirc            # without lirc support
 #
 # nvtv only available on few archs
 %ifnarch alpha arm %{ix86} ia64 sh %{x8664}
@@ -44,7 +45,7 @@ BuildRequires:        libgnomeui-devel >= 2.14.0
 BuildRequires: libmusicbrainz-devel
 %{?with_nvtv:BuildRequires:    libnvtvsimple-devel >= 0.4.5}
 BuildRequires: libtool
-BuildRequires: lirc-devel
+%{?with_lirc:BuildRequires:    lirc-devel}
 %if %{with mozilla_firefox}
 BuildRequires: mozilla-firefox-devel
 %else
@@ -178,7 +179,7 @@ Obs
 %{__autoconf}
 %{__automake}
 %configure \
-       --enable-lirc \
+       %{?with_lirc:--enable-lirc} \
        --enable-mozilla \
        --enable-nautilus \
        %{?with_nvtv:--enable-nvtv} \
This page took 0.086574 seconds and 4 git commands to generate.