vk: Conditionally compile Wayland support
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 5 Sep 2015 02:18:50 +0000 (19:18 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 5 Sep 2015 02:18:52 +0000 (19:18 -0700)
commit2c4ae00db693b066c479150998ca618265bf9d5c
tree71a3c94c2dcb062bd39f41cb939f430a3c6bd66d
parentb3c037f329beb5d7a63a7e755ca3b15acdfce972
vk: Conditionally compile Wayland support

Pulling in libwayland causes undefined symbols in applications that are
linked against vulkan alone.  Ideally, we would like to dlopen a platform
support library or something like that.  For now, this works and should get
crucible running again.
src/vulkan/Makefile.am
src/vulkan/anv_wsi.c