mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 13:40:13 +01:00
Analogous to last two changes (amdgpu and radeon). Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
11 lines
278 B
PkgConfig
11 lines
278 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libkms
|
|
Description: Library that abstract aways the different mm interface for kernel drivers
|
|
Version: 1.0.0
|
|
Libs: -L${libdir} -lkms
|
|
Cflags: -I${includedir}/libkms
|
|
Requires.private: libdrm
|