mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
tomahawk: fix build
This commit is contained in:
parent
960f03308b
commit
24cd0bfc75
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tomahawk'
|
# Template file for 'tomahawk'
|
||||||
pkgname=tomahawk
|
pkgname=tomahawk
|
||||||
version=0.8.4
|
version=0.8.4
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_options="upower hatchet kde xmpp"
|
build_options="upower hatchet kde xmpp"
|
||||||
desc_option_hatchet="Enable support for http://hatchet.is"
|
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"
|
desc_option_xmpp="Enable support for XMPP"
|
||||||
build_options_default=${build_options}
|
build_options_default=${build_options}
|
||||||
configure_args="-DBUILD_RELEASE=ON \
|
configure_args="-DBUILD_RELEASE=ON \
|
||||||
|
-DTAGLIB_MIN_VERSION=1.10 \
|
||||||
$(vopt_if hatchet '-DBUILD_HATCHET=ON' '-DBUILD_HATCHET=OFF') \
|
$(vopt_if hatchet '-DBUILD_HATCHET=ON' '-DBUILD_HATCHET=OFF') \
|
||||||
-DBUILD_WITH_QT4=ON \
|
-DBUILD_WITH_QT4=ON \
|
||||||
-DWITH_CRASHREPORTER=OFF
|
-DWITH_CRASHREPORTER=OFF
|
||||||
|
|
Loading…
Add table
Reference in a new issue