mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
gst-plugins-good1: explicit enable and disable of gtk3 in configure
Do not depend on auto handling of gtk3 option.
This commit is contained in:
parent
4d80fb2030
commit
58ea09e592
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ revision=1
|
||||||
wrksrc="${pkgname/1/}-${version}"
|
wrksrc="${pkgname/1/}-${version}"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Ddv=disabled -Ddv1394=disabled -Dshout2=disabled"
|
configure_args="-Ddv=disabled -Ddv1394=disabled -Dshout2=disabled
|
||||||
|
-Dgtk3=$(vopt_if gtk3 enabled disabled)"
|
||||||
# XXX: libdv, dv1394 and shout2 modules.
|
# XXX: libdv, dv1394 and shout2 modules.
|
||||||
hostmakedepends="pkg-config intltool glib-devel qt5-qmake orc qt5-host-tools"
|
hostmakedepends="pkg-config intltool glib-devel qt5-qmake orc qt5-host-tools"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
|
Loading…
Add table
Reference in a new issue