mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
Normal map() should operate as before, and map_range()/map_flush() should give correct results but lacking any performance difference from map(). Nothing exiting being done here yet, but the interface is a good start.
10 lines
281 B
PkgConfig
10 lines
281 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libdrm_nouveau
|
|
Description: Userspace interface to nouveau kernel DRM services
|
|
Version: 0.6
|
|
Libs: -L${libdir} -ldrm_nouveau
|
|
Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/nouveau
|