Edit

IABSD.fr/xenocara/lib/libdrm/libdrm.pc.in

Branch :

  • Show log

    Commit

  • Author : oga
    Date : 2009-01-10 16:29:26
    Hash : cc283d3c
    Message : De-autoconf libdrm. Now that xenocara has been made clean with respect to using kernel headers instead of those provided with libdrm, remove the copy of the headers included here. Since it is now very simple, move it over to using standard bsd makefiles instead of autoconf. ok matthieu@

  • lib/libdrm/libdrm.pc.in
  • prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    
    Name: libdrm
    Description: Userspace interface to kernel DRM services
    Version: @PACKAGE_VERSION@
    Libs: -L${libdir} -ldrm
    Cflags: -I${includedir} -I/usr/include/dev/pci/drm