audacious-plugins: switch default UI to Qt5
This commit is contained in:
parent
c6f5aeb09f
commit
b5c6878608
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'audacious-plugins'
|
||||
pkgname=audacious-plugins
|
||||
version=4.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
|
||||
hostmakedepends="gettext pkg-config"
|
||||
|
@ -19,7 +19,7 @@ distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.ta
|
|||
checksum=e1ad3223c7833f167642563f3c30c68d292b1a457c9f0159fdedd58e575e3ee4
|
||||
|
||||
build_options="gtk qt"
|
||||
build_options_default="gtk"
|
||||
build_options_default="qt"
|
||||
desc_option_gtk="Enable support for the GTK+2 GUI toolkit"
|
||||
vopt_conflict gtk qt
|
||||
|
||||
|
|
Loading…
Reference in New Issue