From 65412da4169c0a06983ad64f5e3eaa274e89e058 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 3 May 2016 17:47:53 +0200 Subject: [PATCH] enable port monitor (#1320739) --- conky.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conky.spec b/conky.spec index bc8b313..3daeb59 100644 --- a/conky.spec +++ b/conky.spec @@ -12,6 +12,7 @@ %bcond_without mpd %bcond_with ncurses %bcond_with nvidia +%bcond_without portmon %bcond_without rss %bcond_without weather %bcond_without weather_xoap @@ -71,7 +72,7 @@ done %cmake \ -DMAINTAINER_MODE=ON \ -DBUILD_BUILTIN_CONFIG=OFF \ - -DBUILD_PORT_MONITORS=OFF \ + -DBUILD_SHARED_LIBS:BOOL=OFF \ %{?with_audacious: -DBUILD_AUDACIOUS=ON} \ %{?with_curl: -DBUILD_CURL=ON} \ %{!?with_ibm: -DBUILD_IBM=OFF} \ @@ -82,6 +83,7 @@ done %{!?with_mpd: -DBUILD_MPD=OFF} \ %{!?with_ncurses: -DBUILD_NCURSES=OFF} \ %{?with_nvidia: -DBUILD_NVIDIA=ON} \ + %{!?with_portmon: -DBUILD_PORT_MONITORS=OFF} \ %{?with_rss: -DBUILD_RSS=ON} \ %{?with_weather: -DBUILD_WEATHER_METAR=ON} \ %{?with_weather_xoap: -DBUILD_WEATHER_XOAP=ON} \