]> git.pld-linux.org Git - packages/kodi.git/commitdiff
- added bcond for goom visualisation
authorw.kier <w.kier@pld-linux.org>
Fri, 31 Dec 2010 13:11:42 +0000 (13:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xbmc.spec -> 1.22

xbmc.spec

index a23370772de865a75b10e4a6eeaddc0083d8e83f..f03ecbe44cb58d0aa9c231bea36f7312ad3785ca 100644 (file)
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -11,6 +11,7 @@
 #
 # Conditional build:
 %bcond_with     external_python
+%bcond_without goom
 
 Summary:       XBMC
 Name:          xbmc
@@ -111,7 +112,8 @@ enca -L none -x ISO8859-1 xbmc/lib/libPython/xbmcmodule/xbmcaddonmodule.cpp
 %configure \
        --disable-debug \
        --enable-external-libraries \
-       --%{?with_external_python:en}%{!?with_external_python:dis}able-external-python
+       --%{?with_external_python:en}%{!?with_external_python:dis}able-external-python \
+       --%{?with_goom:en}%{!?with_goom:dis}able-goom
 %{__make}
 
 %install
This page took 0.23561 seconds and 4 git commands to generate.