mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 07:00:11 +01:00
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 <christian.koenig@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
87b3bf643d
commit
31badf031c
1 changed files with 1 additions and 0 deletions
|
|
@ -8,3 +8,4 @@ Description: Userspace interface to kernel DRM services for radeon
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -ldrm_radeon
|
Libs: -L${libdir} -ldrm_radeon
|
||||||
Cflags: -I${includedir} -I${includedir}/libdrm
|
Cflags: -I${includedir} -I${includedir}/libdrm
|
||||||
|
Requires.private: libdrm
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue