enable port monitor (#1320739)

This commit is contained in:
Miroslav Lichvar 2016-05-03 17:47:53 +02:00
parent d2022a995b
commit 65412da416

View File

@ -12,6 +12,7 @@
%bcond_without mpd %bcond_without mpd
%bcond_with ncurses %bcond_with ncurses
%bcond_with nvidia %bcond_with nvidia
%bcond_without portmon
%bcond_without rss %bcond_without rss
%bcond_without weather %bcond_without weather
%bcond_without weather_xoap %bcond_without weather_xoap
@ -71,7 +72,7 @@ done
%cmake \ %cmake \
-DMAINTAINER_MODE=ON \ -DMAINTAINER_MODE=ON \
-DBUILD_BUILTIN_CONFIG=OFF \ -DBUILD_BUILTIN_CONFIG=OFF \
-DBUILD_PORT_MONITORS=OFF \ -DBUILD_SHARED_LIBS:BOOL=OFF \
%{?with_audacious: -DBUILD_AUDACIOUS=ON} \ %{?with_audacious: -DBUILD_AUDACIOUS=ON} \
%{?with_curl: -DBUILD_CURL=ON} \ %{?with_curl: -DBUILD_CURL=ON} \
%{!?with_ibm: -DBUILD_IBM=OFF} \ %{!?with_ibm: -DBUILD_IBM=OFF} \
@ -82,6 +83,7 @@ done
%{!?with_mpd: -DBUILD_MPD=OFF} \ %{!?with_mpd: -DBUILD_MPD=OFF} \
%{!?with_ncurses: -DBUILD_NCURSES=OFF} \ %{!?with_ncurses: -DBUILD_NCURSES=OFF} \
%{?with_nvidia: -DBUILD_NVIDIA=ON} \ %{?with_nvidia: -DBUILD_NVIDIA=ON} \
%{!?with_portmon: -DBUILD_PORT_MONITORS=OFF} \
%{?with_rss: -DBUILD_RSS=ON} \ %{?with_rss: -DBUILD_RSS=ON} \
%{?with_weather: -DBUILD_WEATHER_METAR=ON} \ %{?with_weather: -DBUILD_WEATHER_METAR=ON} \
%{?with_weather_xoap: -DBUILD_WEATHER_XOAP=ON} \ %{?with_weather_xoap: -DBUILD_WEATHER_XOAP=ON} \