mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
gst-plugins-good1: ad wayland build option
This commit is contained in:
parent
f37161c3b2
commit
b144acf42d
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ makedepends="
|
|||
pulseaudio-devel orc-devel libXv-devel wavpack-devel
|
||||
v4l-utils-devel jack-devel speex-devel libvpx-devel lame-devel
|
||||
mpg123-devel twolame-devel qt5-devel qt5-declarative-devel
|
||||
qt5-x11extras-devel qt5-wayland-devel
|
||||
qt5-x11extras-devel $(vopt_if wayland qt5-wayland-devel)
|
||||
$(vopt_if gtk3 gtk+3-devel)"
|
||||
depends="gst-plugins-base1>=${version}"
|
||||
short_desc="GStreamer set of well-maintained good plug-ins (1.x)"
|
||||
|
@ -25,8 +25,8 @@ homepage="https://gstreamer.freedesktop.org"
|
|||
distfiles="${homepage}/src/${pkgname/1/}/${pkgname/1/}-${version}.tar.xz"
|
||||
checksum=f8f3c206bf5cdabc00953920b47b3575af0ef15e9f871c0b6966f6d0aa5868b7
|
||||
|
||||
build_options="gtk3"
|
||||
build_options_default="gtk3"
|
||||
build_options="gtk3 wayland"
|
||||
build_options_default="gtk3 wayland"
|
||||
|
||||
do_check() {
|
||||
ninja -C build test || : #Fails on i686
|
||||
|
|
Loading…
Add table
Reference in a new issue