mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
media-libs/nvidia-vaapi-driver: changed installation directory to proper ones
used patch from tatsh-overlay https://github.com/Tatsh/tatsh-overlay/tree/master/media-plugins/nvidia-vaapi-driver Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
From e0831828a438003f8a86b5d2b4026c1cb8f48efe Mon Sep 17 00:00:00 2001
|
||||
From: Andrew Udvare <audvare@gmail.com>
|
||||
Date: Tue, 25 Jan 2022 23:19:21 -0500
|
||||
Subject: [PATCH] Set correct install path
|
||||
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 9d9fc84..e31c36b 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -47,7 +47,7 @@ shared_library(
|
||||
dl_dep,
|
||||
],
|
||||
install: true,
|
||||
- install_dir: get_option('libdir') / 'dri',
|
||||
+ install_dir: get_option('libdir') / 'va' / 'drivers',
|
||||
gnu_symbol_visibility: 'hidden',
|
||||
)
|
||||
|
||||
--
|
||||
2.35.0
|
||||
|
||||
@@ -22,6 +22,9 @@ RDEPEND="x11-drivers/nvidia-drivers
|
||||
media-libs/libva"
|
||||
BDEPEND="dev-util/meson"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-0.0.8-install-path.patch" )
|
||||
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "This library requires special configuration! See "
|
||||
ewarn "${HOMEPAGE}"
|
||||
Reference in New Issue
Block a user