libva: fix wayland build option
This commit is contained in:
parent
48a6808ff8
commit
b9ac9d4678
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ pkgname=libva
|
||||||
version=2.13.0
|
version=2.13.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)"
|
configure_args="-Dwith_glx=no"
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)"
|
||||||
makedepends="libXfixes-devel libXext-devel libdrm-devel
|
makedepends="libXfixes-devel libXext-devel libdrm-devel
|
||||||
$(vopt_if wayland 'libffi-devel wayland-devel')"
|
$(vopt_if wayland 'libffi-devel wayland-devel')"
|
||||||
short_desc="Video Acceleration (VA) API"
|
short_desc="Video Acceleration (VA) API"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue