OSDN Git Service

wayland: Do not rely on external library for wl_drm_interface
authorPhilipp Kerling <pkerling@casix.org>
Tue, 13 Jun 2017 10:33:27 +0000 (12:33 +0200)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 20 Jun 2017 01:16:25 +0000 (09:16 +0800)
commitc26a187cdff82dc5a360676ef05e6f6d761c2a0a
treee156b65eeed339bb638cbef66330f9b0157033ff
parent83fcb107ad01ee6acc558b736b12db6bea6f7d2f
wayland: Do not rely on external library for wl_drm_interface

Doing the runtime lookup is error-prone (as indicated in the code
already by the two library names) and not necessary at all.
Just compile wl_drm_interface as part of libva which is the usual
way to use extra Wayland protocols. Care must be taken as to not
accidentally export the symbol though.
.gitignore
configure.ac
va/wayland/Makefile.am
va/wayland/va_wayland_drm.c