mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 02:20:15 +01:00
This adds libdrm_omap helper layer (as used by xf86-video-omap, omapdrmtest, etc). Signed-off-by: Rob Clark <rob@ti.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> [danvet: pushed for Rob, he doesn't yet have commit access.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
11 lines
297 B
PkgConfig
11 lines
297 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libdrm_omap
|
|
Description: Userspace interface to omap kernel DRM services
|
|
Version: 0.6
|
|
Libs: -L${libdir} -ldrm_omap
|
|
Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/omap
|
|
Requires.private: libdrm
|