From 31badf031c90aba4609e1464e252311f96733a5e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 28 Jan 2016 11:33:34 +0000 Subject: [PATCH] radeon: add libdrm to Requires.private MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Equivalent to the amdgpu commit before. Additionally, when libdrm is installed to a 'non-default' location, users of libdrm_radeon will fail to build, as radeon_cs.h (and maybe others) won't have their dependencies (drm.h radeon_drm.h) fulfilled. Cc: Christian König Signed-off-by: Emil Velikov Reviewed-by: Michel Dänzer --- radeon/libdrm_radeon.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/radeon/libdrm_radeon.pc.in b/radeon/libdrm_radeon.pc.in index 68ef0ab1..432993a3 100644 --- a/radeon/libdrm_radeon.pc.in +++ b/radeon/libdrm_radeon.pc.in @@ -8,3 +8,4 @@ Description: Userspace interface to kernel DRM services for radeon Version: @PACKAGE_VERSION@ Libs: -L${libdir} -ldrm_radeon Cflags: -I${includedir} -I${includedir}/libdrm +Requires.private: libdrm