summaryrefslogtreecommitdiff
path: root/usr/src/common/libdrm/patches/pkgconfig-in.patch
blob: d424191769bfebfcc4ba08f9dd9729dd44414e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
diff ... libdrm-2.4.73/amdgpu/libdrm_amdgpu.pc.in
--- libdrm-2.4.73-ref/amdgpu/libdrm_amdgpu.pc.in	Thu Jun 30 10:28:51 2016
+++ libdrm-2.4.73/amdgpu/libdrm_amdgpu.pc.in	Sat Dec 31 00:51:51 2016
@@ -6,6 +6,6 @@
 Name: libdrm_amdgpu
 Description: Userspace interface to kernel DRM services for amdgpu
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -ldrm_amdgpu
-Cflags: -I${includedir} -I${includedir}/libdrm
+Libs: -L${libdir} -R${libdir} -ldrm_amdgpu
+Cflags: -I${includedir} -I${includedir}/drm
 Requires.private: libdrm
diff ... libdrm-2.4.73/etnaviv/libdrm_etnaviv.pc.in
--- libdrm-2.4.73-ref/etnaviv/libdrm_etnaviv.pc.in	Mon Nov 14 12:55:20 2016
+++ libdrm-2.4.73/etnaviv/libdrm_etnaviv.pc.in	Sat Dec 31 00:51:51 2016
@@ -7,5 +7,5 @@
 Description: Userspace interface to etnaviv kernel DRM services
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -ldrm_etnaviv
-Cflags: -I${includedir} -I${includedir}/libdrm
+Cflags: -I${includedir} -I${includedir}/drm
 Requires.private: libdrm
diff ... libdrm-2.4.73/exynos/libdrm_exynos.pc.in
--- libdrm-2.4.73-ref/exynos/libdrm_exynos.pc.in	Thu Jun 30 10:28:51 2016
+++ libdrm-2.4.73/exynos/libdrm_exynos.pc.in	Sat Dec 31 00:51:51 2016
@@ -6,6 +6,6 @@
 Name: libdrm_exynos
 Description: Userspace interface to exynos kernel DRM services
 Version: 0.7
-Libs: -L${libdir} -ldrm_exynos
-Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/exynos
+Libs: -L${libdir} -R${libdir} -ldrm_exynos
+Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/exynos
 Requires.private: libdrm
diff ... libdrm-2.4.73/freedreno/libdrm_freedreno.pc.in
--- libdrm-2.4.73-ref/freedreno/libdrm_freedreno.pc.in	Mon Jun 29 12:32:59 2015
+++ libdrm-2.4.73/freedreno/libdrm_freedreno.pc.in	Sat Dec 31 00:51:51 2016
@@ -6,6 +6,6 @@
 Name: libdrm_freedreno
 Description: Userspace interface to freedreno kernel DRM services
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -ldrm_freedreno
-Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/freedreno
+Libs: -L${libdir} -R${libdir} -ldrm_freedreno
+Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/freedreno
 Requires.private: libdrm
diff ... libdrm-2.4.73/intel/libdrm_intel.pc.in
--- libdrm-2.4.73-ref/intel/libdrm_intel.pc.in	Thu Jun 30 10:28:51 2016
+++ libdrm-2.4.73/intel/libdrm_intel.pc.in	Sat Dec 31 00:51:51 2016
@@ -7,5 +7,5 @@
 Description: Userspace interface to intel kernel DRM services
 Version: @PACKAGE_VERSION@
 Requires: libdrm
-Libs: -L${libdir} -ldrm_intel
-Cflags: -I${includedir} -I${includedir}/libdrm
+Libs: -L${libdir} -R${libdir} -ldrm_intel
+Cflags: -I${includedir} -I${includedir}/drm
diff ... libdrm-2.4.73/libdrm.pc.in
--- libdrm-2.4.73-ref/libdrm.pc.in	Mon Jun 29 12:32:59 2015
+++ libdrm-2.4.73/libdrm.pc.in	Sat Dec 31 00:51:51 2016
@@ -6,5 +6,5 @@
 Name: libdrm
 Description: Userspace interface to kernel DRM services
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -ldrm
-Cflags: -I${includedir} -I${includedir}/libdrm
+Libs: -L${libdir} -R${libdir} -ldrm
+Cflags: -I${includedir} -I${includedir}/drm
diff ... libdrm-2.4.73/libkms/libkms.pc.in
--- libdrm-2.4.73-ref/libkms/libkms.pc.in	Thu Jun 30 10:28:51 2016
+++ libdrm-2.4.73/libkms/libkms.pc.in	Sat Dec 31 00:51:51 2016
@@ -6,6 +6,6 @@
 Name: libkms
 Description: Library that abstract aways the different mm interface for kernel drivers
 Version: 1.0.0
-Libs: -L${libdir} -lkms
+Libs: -L${libdir} -R${libdir} -lkms
 Cflags: -I${includedir}/libkms
 Requires.private: libdrm
diff ... libdrm-2.4.73/nouveau/libdrm_nouveau.pc.in
--- libdrm-2.4.73-ref/nouveau/libdrm_nouveau.pc.in	Thu Jun 30 10:28:51 2016
+++ libdrm-2.4.73/nouveau/libdrm_nouveau.pc.in	Sat Dec 31 00:51:51 2016
@@ -6,6 +6,6 @@
 Name: libdrm_nouveau
 Description: Userspace interface to nouveau kernel DRM services
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -ldrm_nouveau
-Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/libdrm/nouveau
+Libs: -L${libdir} -R${libdir} -ldrm_nouveau
+Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/drm/nouveau
 Requires.private: libdrm
diff ... libdrm-2.4.73/omap/libdrm_omap.pc.in
--- libdrm-2.4.73-ref/omap/libdrm_omap.pc.in	Mon Jun 29 12:32:59 2015
+++ libdrm-2.4.73/omap/libdrm_omap.pc.in	Sat Dec 31 00:51:51 2016
@@ -6,6 +6,6 @@
 Name: libdrm_omap
 Description: Userspace interface to omap kernel DRM services
 Version: 0.6
-Libs: -L${libdir} -ldrm_omap
-Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/omap
+Libs: -L${libdir} -R${libdir} -ldrm_omap
+Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/omap
 Requires.private: libdrm
diff ... libdrm-2.4.73/radeon/libdrm_radeon.pc.in
--- libdrm-2.4.73-ref/radeon/libdrm_radeon.pc.in	Thu Jun 30 10:28:51 2016
+++ libdrm-2.4.73/radeon/libdrm_radeon.pc.in	Sat Dec 31 00:51:51 2016
@@ -6,6 +6,6 @@
 Name: libdrm_radeon
 Description: Userspace interface to kernel DRM services for radeon
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -ldrm_radeon
-Cflags: -I${includedir} -I${includedir}/libdrm
+Libs: -L${libdir} -R${libdir} -ldrm_radeon
+Cflags: -I${includedir} -I${includedir}/drm
 Requires.private: libdrm
diff ... libdrm-2.4.73/tegra/libdrm_tegra.pc.in
--- libdrm-2.4.73-ref/tegra/libdrm_tegra.pc.in	Thu Jun 30 10:28:51 2016
+++ libdrm-2.4.73/tegra/libdrm_tegra.pc.in	Sat Dec 31 00:51:51 2016
@@ -6,6 +6,6 @@
 Name: libdrm_tegra
 Description: Userspace interface to Tegra kernel DRM services
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -ldrm_tegra
-Cflags: -I${includedir} -I${includedir}/libdrm
+Libs: -L${libdir} -R${libdir} -ldrm_tegra
+Cflags: -I${includedir} -I${includedir}/drm
 Requires.private: libdrm