All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 1/3] amdgpu: add libdrm as private requirement/dependency
@ 2016-01-31 11:48 Emil Velikov
  2016-01-31 11:48 ` [PATCH libdrm 2/3] radeon: add libdrm to Requires.private Emil Velikov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Emil Velikov @ 2016-01-31 11:48 UTC (permalink / raw)
  To: dri-devel; +Cc: Michel Dänzer, emil.l.velikov, Christian König

Otherwise libdrm.so won't end up in the --libs, when one static links
libdrm_amdgpu.

Cc: Michel Dänzer <michel.daenzer@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 amdgpu/libdrm_amdgpu.pc.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/amdgpu/libdrm_amdgpu.pc.in b/amdgpu/libdrm_amdgpu.pc.in
index 417865e..f1c552a 100644
--- a/amdgpu/libdrm_amdgpu.pc.in
+++ b/amdgpu/libdrm_amdgpu.pc.in
@@ -8,3 +8,4 @@ Description: Userspace interface to kernel DRM services for amdgpu
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -ldrm_amdgpu
 Cflags: -I${includedir} -I${includedir}/libdrm
+Requires.private: libdrm
-- 
2.6.2

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-01  2:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 11:48 [PATCH libdrm 1/3] amdgpu: add libdrm as private requirement/dependency Emil Velikov
2016-01-31 11:48 ` [PATCH libdrm 2/3] radeon: add libdrm to Requires.private Emil Velikov
2016-01-31 11:48 ` [PATCH libdrm 3/3] libkms: " Emil Velikov
2016-02-01  2:39 ` [PATCH libdrm 1/3] amdgpu: add libdrm as private requirement/dependency Michel Dänzer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.