initailize drm depending on the window system platforms 73/26073/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 13 Aug 2014 13:05:06 +0000 (22:05 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 14 Aug 2014 09:05:59 +0000 (18:05 +0900)
commit1385dfc5df7ad870e20879c47fa6d2442c71928d
treec331d41fb9b727aa1e35da4006fc72d85fa46482
parentde924d73d145c21f2836a79e2ad4ff08af733278
initailize drm depending on the window system platforms

Change-Id: I7705b7731c88a63c82484cc5b23bcef78d19628c
configure.ac
packaging/libtbm.spec
src/Makefile.am
src/tbm_bufmgr.c
src/tbm_bufmgr_int.h
src/tbm_wayland.c [new file with mode: 0644]
src/tbm_x11.c [new file with mode: 0644]
src/wayland-drm/Makefile.am [new file with mode: 0644]
src/wayland-drm/wayland-drm.c [new file with mode: 0644]
src/wayland-drm/wayland-drm.h [new file with mode: 0644]
src/wayland-drm/wayland-drm.xml [new file with mode: 0644]