mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 15:10:10 +01:00
Otherwise libdrm.so won't end up in the --libs, when one static links libdrm_amdgpu. 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_amdgpu
|
|
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
|