]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- added the python bcond.
authorwitekfl <witekfl@pld-linux.org>
Sat, 21 Jun 2008 16:03:19 +0000 (16:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elinks.spec -> 1.155

elinks.spec

index 9b6a9ebf66069e33a343457853bab1f319910157..bc2576066322fddc6e34ee65fe5fe3598debd5c5 100644 (file)
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_with    x               # Use the X Windows System
 %bcond_with    gnutls          # Enable GNUTLS SSL support (disables openssl)
+%bcond_with    python          # Enable Python scripting support
 %bcond_with    ruby            # Enable (experimental) Ruby scripting support
 %bcond_with    verbose         # verbose build (V=1)
 %bcond_without 256             # Disable 256 colors support
@@ -122,6 +123,7 @@ keepalive.
        %{?with_guile:--with-guile} \
        %{?with_perl:--with-perl} \
        %{!?with_lua:--without-lua} \
+       %{?with_python:--with-python} \
        %{?with_ruby:--with-ruby} \
        %{!?with_js:--without-spidermonkey} \
        %{?with_gnutls:--with-gnutls} \
This page took 0.184985 seconds and 4 git commands to generate.