* [ptxdist] [PATCH] libva: version bump 2.5.0 -> 2.6.1
@ 2020-01-24 13:10 Philipp Zabel
0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2020-01-24 13:10 UTC (permalink / raw)
To: ptxdist
- Build using Meson.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/libva.in | 1 +
rules/libva.make | 23 +++++++++++------------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/rules/libva.in b/rules/libva.in
index 5d074a5cc865..8dd2229030fe 100644
--- a/rules/libva.in
+++ b/rules/libva.in
@@ -2,6 +2,7 @@
menuconfig LIBVA
tristate
+ select HOST_MESON
select LIBDRM
select XORG_LIB_X11 if LIBVA_X11 || LIBVA_GLX
select XORG_LIB_XEXT if LIBVA_X11
diff --git a/rules/libva.make b/rules/libva.make
index c0f8a8ae6a37..9033c0e115b5 100644
--- a/rules/libva.make
+++ b/rules/libva.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBVA) += libva
#
# Paths and names
#
-LIBVA_VERSION := 2.5.0
-LIBVA_MD5 := 3688212fb7a87947070f3729e91ff7cf
+LIBVA_VERSION := 2.6.1
+LIBVA_MD5 := aef13eb48e01a47d1416d97462a22a11
LIBVA := libva-$(LIBVA_VERSION)
LIBVA_SUFFIX := tar.bz2
LIBVA_URL := https://github.com/intel/libva/releases/download/$(LIBVA_VERSION)/$(LIBVA).$(LIBVA_SUFFIX)
@@ -32,17 +32,16 @@ LIBVA_ENABLE-$(PTXCONF_LIBVA_X11) += x11
LIBVA_ENABLE-$(PTXCONF_LIBVA_GLX) += glx
LIBVA_ENABLE-$(PTXCONF_LIBVA_WAYLAND) += wayland
-#
-# autoconf
-#
-LIBVA_CONF_TOOL := autoconf
+LIBVA_CONF_TOOL := meson
LIBVA_CONF_OPT := \
- $(CROSS_AUTOCONF_USR) \
- --disable-docs \
- $(addprefix --enable-,$(LIBVA_ENABLE-y)) \
- $(addprefix --disable-,$(LIBVA_ENABLE-)) \
- --enable-va-messaging \
- $(GLOBAL_LARGE_FILE_OPTION)
+ $(CROSS_MESON_USR) \
+ -Ddisable_drm=false \
+ -Ddriverdir='' \
+ -Denable_docs=false \
+ -Denable_va_messaging=true \
+ -Dwith_glx=$(call ptx/yesno, PTXCONF_LIBVA_GLX) \
+ -Dwith_wayland=$(call ptx/yesno, PTXCONF_LIBVA_WAYLAND) \
+ -Dwith_x11=$(call ptx/yesno, PTXCONF_LIBVA_X11)
# ----------------------------------------------------------------------------
# Target-Install
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-24 13:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-24 13:10 [ptxdist] [PATCH] libva: version bump 2.5.0 -> 2.6.1 Philipp Zabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox