forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-20 5a4414d1fd83d52b073fc27f6e12dc9fe3b32766
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The xtrans.pc file is installed into a non-arch directory yet contains libdir
which can vary depending on which multilib is configured. The .pc file does
not require libdir so remove this to fix multilib builds.
 
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upstream-Status: Pending
 
Index: xtrans-1.3.5/xtrans.pc.in
===================================================================
--- xtrans-1.3.5.orig/xtrans.pc.in
+++ xtrans-1.3.5/xtrans.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: XTrans