Home | History | Annotate | Download | only in libdrm
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: libdrm
      7 Description: Userspace interface to kernel DRM services
      8 Version: @PACKAGE_VERSION@
      9 Libs: -L${libdir} -ldrm
     10 Cflags: -I${includedir} -I${includedir}/libdrm
     11