From: Emil Velikov Date: Thu, 28 Jan 2016 11:33:34 +0000 (+0000) Subject: radeon: add libdrm to Requires.private X-Git-Tag: libdrm-2.4.67~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31badf031c90aba4609e1464e252311f96733a5e;p=platform%2Fupstream%2Flibdrm.git radeon: add libdrm to Requires.private 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 --- diff --git a/radeon/libdrm_radeon.pc.in b/radeon/libdrm_radeon.pc.in index 68ef0ab..432993a 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