enable double-buffering support (#1284232)

This commit is contained in:
Miroslav Lichvar 2015-12-04 09:12:38 +01:00
parent 30eaf8c755
commit 1f19157278
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
%bcond_without weather
%bcond_without weather_xoap
%bcond_without wlan
%bcond_without xdbe
Name: conky
Version: 1.10.0
@ -86,6 +87,7 @@ done
%{?with_weather: -DBUILD_WEATHER_METAR=ON} \
%{?with_weather_xoap: -DBUILD_WEATHER_XOAP=ON} \
%{?with_wlan: -DBUILD_WLAN=ON} \
%{?with_xdbe: -DBUILD_XDBE=ON} \
.
make %{?_smp_mflags}