mirror of
https://github.com/thead-yocto-mirror/gpu_bxm_4_64-kernel
synced 2026-07-18 06:05:12 +02:00
12 lines
300 B
PkgConfig
12 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
|