mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 02:20:15 +01:00
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>
11 lines
300 B
PkgConfig
11 lines
300 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libdrm_radeon
|
|
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
|