static_libs: Add libdrm headers (for wayland_shm)
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 19 Apr 2016 18:42:20 +0000 (13:42 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 19 Apr 2016 19:11:10 +0000 (15:11 -0400)
commitbaad0d50dbb64791984d2328a85a7592b24ea295
treee556234cce8e147cd43c908ff9272172fd49dc5a
parent0d684d4559c6cd4e8195b3334ab07d3631a64887
static_libs: Add libdrm headers (for wayland_shm)

wayland_shm's dmabuf implementation needs acess to libdrm headers for
doing GPU specific memory allocations.  We search for these libraries
at runtime with dlopen, so we don't need to find them at build time,
however certain struct definitions and defines are still required.
src/static_libs/libdrm/LICENSE [new file with mode: 0644]
src/static_libs/libdrm/drm.h [new file with mode: 0644]
src/static_libs/libdrm/drm_fourcc.h [new file with mode: 0644]
src/static_libs/libdrm/drm_mode.h [new file with mode: 0644]
src/static_libs/libdrm/i915_drm.h [new file with mode: 0644]
src/static_libs/libdrm/intel_bufmgr.h [new file with mode: 0644]