diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-07-25 00:18:22 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-07-25 00:18:22 +0000 |
commit | 2cb82a0f365b7360dde6ce14b143dcbc304d86e9 (patch) | |
tree | 864f9275233eb2cfba6e6aea9e5d23b53616470c /lib/libva | |
parent | 616d1b9d31021107fc71c83f65e4ede8444a9a7c (diff) |
install Mesa vaapi .so files into the dri directory
closer matches the Mesa meson defaults
ok matthieu@ rsadowski@
Diffstat (limited to 'lib/libva')
-rw-r--r-- | lib/libva/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.xorg.mk> |