mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
Add the libdrm_tegra helper library to encapsulate Tegra-specific interfaces to the DRM. Furthermore, Tegra is added to the list of supported chips in the modetest and vbltest programs. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
11 lines
293 B
PkgConfig
11 lines
293 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libdrm_tegra
|
|
Description: Userspace interface to Tegra kernel DRM services
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ldrm_tegra
|
|
Cflags: -I${includedir} -I${includedir}/libdrm
|
|
Requires.private: libdrm
|