[packages/openvr] - patch to libdir in .pc file (and typo)

qboosh qboosh at pld-linux.org
Fri Mar 31 18:59:31 CEST 2023


commit f55ccfe1f297b0716d8e78f8f62ff8c03347ea4c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Mar 31 19:01:28 2023 +0200

    - patch to libdir in .pc file (and typo)

 openvr-pc.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/openvr-pc.patch b/openvr-pc.patch
new file mode 100644
index 0000000..500e17f
--- /dev/null
+++ b/openvr-pc.patch
@@ -0,0 +1,15 @@
+--- openvr-1.23.8/src/openvr.pc.in.orig	2023-03-08 01:40:29.000000000 +0100
++++ openvr-1.23.8/src/openvr.pc.in	2023-03-31 16:17:21.774265447 +0200
+@@ -1,10 +1,10 @@
+ prefix=@CMAKE_INSTALL_PREFIX@
+ exec_prefix=${prefix}
+-libdir=${prefix}/lib
++libdir=@CMAKE_INSTALL_LIBDIR@
+ includedir=${prefix}/include/openvr
+ 
+ Name: openvr
+-Description: OpenVR is an API and runtime that allos access to VR hardware.
++Description: OpenVR is an API and runtime that allows access to VR hardware.
+ Version: @OPENVR_VERSION@
+ 
+ Libs: -L${libdir} -lopenvr_api -ldl
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openvr.git/commitdiff/f55ccfe1f297b0716d8e78f8f62ff8c03347ea4c



More information about the pld-cvs-commit mailing list