tomahawk: fix build
This commit is contained in:
parent
960f03308b
commit
24cd0bfc75
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tomahawk'
|
||||
pkgname=tomahawk
|
||||
version=0.8.4
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=cmake
|
||||
build_options="upower hatchet kde xmpp"
|
||||
desc_option_hatchet="Enable support for http://hatchet.is"
|
||||
|
@ -9,6 +9,7 @@ desc_option_kde="Enable support for KDE"
|
|||
desc_option_xmpp="Enable support for XMPP"
|
||||
build_options_default=${build_options}
|
||||
configure_args="-DBUILD_RELEASE=ON \
|
||||
-DTAGLIB_MIN_VERSION=1.10 \
|
||||
$(vopt_if hatchet '-DBUILD_HATCHET=ON' '-DBUILD_HATCHET=OFF') \
|
||||
-DBUILD_WITH_QT4=ON \
|
||||
-DWITH_CRASHREPORTER=OFF
|
||||
|
|
Loading…
Reference in New Issue