mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 15:10:10 +01:00
10 lines
253 B
PkgConfig
10 lines
253 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
|