summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/xorgproto/0001-Remove-libdir-specification.patch
blob: 48296f7844e6c1b599f4952d3a8d8de4430d3856 (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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
Upstream-Status: Submitted

https://cgit.freedesktop.org/xorg/proto/xorgproto/commit/?id=91c1c8e1490c970379efb16784003426faec806e

From 6feb974e0deb3355908c30e07293d82a3f6996ed Mon Sep 17 00:00:00 2001
From: Jeremy Puhlman <jpuhlman@mvista.com>
Date: Mon, 11 Jun 2018 16:42:43 +0000
Subject: [PATCH] Remove libdir specification.

Currently the pc files define libdir, however they are installed into
/usr/share, which means they should be architecture agnostic. In a
multilib system, xorg-proto built for each multilib abi, the value of
libdir is going to be different. These should either be installed in
<libdir>/pkgconfig or they shouldn't define libdir, espeically since
they don't actually use the definition. This specifically causes an
issue when trying to install both abis at the same time, since they are
not binary identical, something like rpm will complain that they

---
 applewmproto.pc.in     | 1 -
 bigreqsproto.pc.in     | 1 -
 compositeproto.pc.in   | 1 -
 damageproto.pc.in      | 1 -
 dmxproto.pc.in         | 1 -
 dri2proto.pc.in        | 1 -
 dri3proto.pc.in        | 1 -
 evieproto.pc.in        | 1 -
 fixesproto.pc.in       | 1 -
 fontcacheproto.pc.in   | 1 -
 fontsproto.pc.in       | 1 -
 glproto.pc.in          | 1 -
 inputproto.pc.in       | 1 -
 kbproto.pc.in          | 1 -
 lg3dproto.pc.in        | 1 -
 presentproto.pc.in     | 1 -
 printproto.pc.in       | 1 -
 randrproto.pc.in       | 1 -
 recordproto.pc.in      | 1 -
 renderproto.pc.in      | 1 -
 resourceproto.pc.in    | 1 -
 scrnsaverproto.pc.in   | 1 -
 trapproto.pc.in        | 1 -
 videoproto.pc.in       | 1 -
 windowswmproto.pc.in   | 1 -
 xcalibrateproto.pc.in  | 1 -
 xcmiscproto.pc.in      | 1 -
 xextproto.pc.in        | 1 -
 xf86bigfontproto.pc.in | 1 -
 xf86dgaproto.pc.in     | 1 -
 xf86driproto.pc.in     | 1 -
 xf86miscproto.pc.in    | 1 -
 xf86rushproto.pc.in    | 1 -
 xf86vidmodeproto.pc.in | 1 -
 xineramaproto.pc.in    | 1 -
 xproto.pc.in           | 1 -
 xproxymngproto.pc.in   | 1 -
 37 files changed, 37 deletions(-)

diff --git a/applewmproto.pc.in b/applewmproto.pc.in
index 17841ac..3227b21 100644
--- a/applewmproto.pc.in
+++ b/applewmproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: AppleWMProto
diff --git a/bigreqsproto.pc.in b/bigreqsproto.pc.in
index 94577ed..e21bb59 100644
--- a/bigreqsproto.pc.in
+++ b/bigreqsproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: BigReqsProto
diff --git a/compositeproto.pc.in b/compositeproto.pc.in
index da429c7..b0dada1 100644
--- a/compositeproto.pc.in
+++ b/compositeproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: CompositeExt
diff --git a/damageproto.pc.in b/damageproto.pc.in
index 6fd9ef1..bfd5244 100644
--- a/damageproto.pc.in
+++ b/damageproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: DamageProto
diff --git a/dmxproto.pc.in b/dmxproto.pc.in
index e82ee7d..d140e1c 100644
--- a/dmxproto.pc.in
+++ b/dmxproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: DMXProto
diff --git a/dri2proto.pc.in b/dri2proto.pc.in
index cb5b171..fa9d24d 100644
--- a/dri2proto.pc.in
+++ b/dri2proto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: DRI2Proto
diff --git a/dri3proto.pc.in b/dri3proto.pc.in
index e42d60e..20da358 100644
--- a/dri3proto.pc.in
+++ b/dri3proto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: DRI3Proto
diff --git a/evieproto.pc.in b/evieproto.pc.in
index 64e0ec4..fd5442b 100644
--- a/evieproto.pc.in
+++ b/evieproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: EvIEExt
diff --git a/fixesproto.pc.in b/fixesproto.pc.in
index f8258e2..c7fcb81 100644
--- a/fixesproto.pc.in
+++ b/fixesproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: FixesProto
diff --git a/fontcacheproto.pc.in b/fontcacheproto.pc.in
index eb4238b..8ffffe9 100644
--- a/fontcacheproto.pc.in
+++ b/fontcacheproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: FontcacheProto
diff --git a/fontsproto.pc.in b/fontsproto.pc.in
index 9d22354..ebb61a4 100644
--- a/fontsproto.pc.in
+++ b/fontsproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: FontsProto
diff --git a/glproto.pc.in b/glproto.pc.in
index b951db5..e97bfc9 100644
--- a/glproto.pc.in
+++ b/glproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: GLProto
diff --git a/inputproto.pc.in b/inputproto.pc.in
index 1eb6619..270b95c 100644
--- a/inputproto.pc.in
+++ b/inputproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: InputProto
diff --git a/kbproto.pc.in b/kbproto.pc.in
index bdd39f1..32a172d 100644
--- a/kbproto.pc.in
+++ b/kbproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: KBProto
diff --git a/lg3dproto.pc.in b/lg3dproto.pc.in
index 3930ad7..43fba29 100644
--- a/lg3dproto.pc.in
+++ b/lg3dproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: Lg3dProto
diff --git a/presentproto.pc.in b/presentproto.pc.in
index 6ec4b7d..55b84dc 100644
--- a/presentproto.pc.in
+++ b/presentproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: PresentProto
diff --git a/printproto.pc.in b/printproto.pc.in
index 8a2e2d6..a2da66d 100644
--- a/printproto.pc.in
+++ b/printproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: PrintProto
diff --git a/randrproto.pc.in b/randrproto.pc.in
index 5a5edb2..6d60cbb 100644
--- a/randrproto.pc.in
+++ b/randrproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: RandrProto
diff --git a/recordproto.pc.in b/recordproto.pc.in
index 0ff4c0b..a87aa82 100644
--- a/recordproto.pc.in
+++ b/recordproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: RecordProto
diff --git a/renderproto.pc.in b/renderproto.pc.in
index e6028ac..34b15e0 100644
--- a/renderproto.pc.in
+++ b/renderproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: RenderProto
diff --git a/resourceproto.pc.in b/resourceproto.pc.in
index a409db9..f927cbb 100644
--- a/resourceproto.pc.in
+++ b/resourceproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: ResourceProto
diff --git a/scrnsaverproto.pc.in b/scrnsaverproto.pc.in
index 6556a2c..fd9d368 100644
--- a/scrnsaverproto.pc.in
+++ b/scrnsaverproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: ScrnSaverProto
diff --git a/trapproto.pc.in b/trapproto.pc.in
index 8cb0aa8..8a220b9 100644
--- a/trapproto.pc.in
+++ b/trapproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: TrapProto
diff --git a/videoproto.pc.in b/videoproto.pc.in
index 14b907a..5c22f7a 100644
--- a/videoproto.pc.in
+++ b/videoproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: VideoProto
diff --git a/windowswmproto.pc.in b/windowswmproto.pc.in
index 0a2ec0b..ec56e82 100644
--- a/windowswmproto.pc.in
+++ b/windowswmproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: WindowsWMProto
diff --git a/xcalibrateproto.pc.in b/xcalibrateproto.pc.in
index 40b6fd0..f1ea5de 100644
--- a/xcalibrateproto.pc.in
+++ b/xcalibrateproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: XCalibrate
diff --git a/xcmiscproto.pc.in b/xcmiscproto.pc.in
index 0dfbf21..b72bbc6 100644
--- a/xcmiscproto.pc.in
+++ b/xcmiscproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XCMiscProto
diff --git a/xextproto.pc.in b/xextproto.pc.in
index f66eeae..9419c91 100644
--- a/xextproto.pc.in
+++ b/xextproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XExtProto
diff --git a/xf86bigfontproto.pc.in b/xf86bigfontproto.pc.in
index 18c5647..4a67be6 100644
--- a/xf86bigfontproto.pc.in
+++ b/xf86bigfontproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XF86BigFontProto
diff --git a/xf86dgaproto.pc.in b/xf86dgaproto.pc.in
index 5c5f8b1..e029cd4 100644
--- a/xf86dgaproto.pc.in
+++ b/xf86dgaproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XF86DGAProto
diff --git a/xf86driproto.pc.in b/xf86driproto.pc.in
index 93df292..c8faf14 100644
--- a/xf86driproto.pc.in
+++ b/xf86driproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XF86DRIProto
diff --git a/xf86miscproto.pc.in b/xf86miscproto.pc.in
index af73fa3..05d5d9e 100644
--- a/xf86miscproto.pc.in
+++ b/xf86miscproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XF86MiscProto
diff --git a/xf86rushproto.pc.in b/xf86rushproto.pc.in
index fc5f63b..1c7ff1b 100644
--- a/xf86rushproto.pc.in
+++ b/xf86rushproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XF86RushProto
diff --git a/xf86vidmodeproto.pc.in b/xf86vidmodeproto.pc.in
index fcb74f2..ef062b3 100644
--- a/xf86vidmodeproto.pc.in
+++ b/xf86vidmodeproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XF86VidModeProto
diff --git a/xineramaproto.pc.in b/xineramaproto.pc.in
index 1ffd37d..9172f1e 100644
--- a/xineramaproto.pc.in
+++ b/xineramaproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XineramaProto
diff --git a/xproto.pc.in b/xproto.pc.in
index 8ff2d3d..899316a 100644
--- a/xproto.pc.in
+++ b/xproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 includex11dir=@includedir@/X11
  
diff --git a/xproxymngproto.pc.in b/xproxymngproto.pc.in
index 5c6fad6..1a81e28 100644
--- a/xproxymngproto.pc.in
+++ b/xproxymngproto.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
  
 Name: XProxyManagementProtocol
-- 
2.11.1