From 2cb82a0f365b7360dde6ce14b143dcbc304d86e9 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 25 Jul 2024 00:18:22 +0000 Subject: install Mesa vaapi .so files into the dri directory closer matches the Mesa meson defaults ok matthieu@ rsadowski@ --- lib/libva/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libva') diff --git a/lib/libva/Makefile.bsd-wrapper b/lib/libva/Makefile.bsd-wrapper index 800751a0a..443cf85bb 100644 --- a/lib/libva/Makefile.bsd-wrapper +++ b/lib/libva/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2024/07/19 14:35:16 rsadowski Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2024/07/25 00:18:21 jsg Exp $ SHARED_LIBS += va-drm 2.22 SHARED_LIBS += va-glx 2.22 @@ -7,6 +7,6 @@ SHARED_LIBS += va 2.22 CONFIGURE_ARGS= --disable-wayland CONFIGURE_ARGS+= \ - --with-drivers-path=${DESTDIR}${X11BASE}/lib/modules/drivers/ + --with-drivers-path=${DESTDIR}${X11BASE}/lib/modules/dri .include -- cgit v1.2.3