summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilipp Kerling <pkerling@casix.org>2017-06-13 12:33:27 +0200
committerXiang, Haihao <haihao.xiang@intel.com>2017-06-20 09:16:25 +0800
commitc26a187cdff82dc5a360676ef05e6f6d761c2a0a (patch)
treee156b65eeed339bb638cbef66330f9b0157033ff /configure.ac
parent83fcb107ad01ee6acc558b736b12db6bea6f7d2f (diff)
downloadlibva-c26a187cdff82dc5a360676ef05e6f6d761c2a0a.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 741b288..ef36345 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,6 +172,7 @@ AC_PROG_LIBTOOL
AC_PROG_CC
AC_PROG_CXX
AM_PROG_CC_C_O
+AC_PROG_SED
PKG_PROG_PKG_CONFIG
AC_HEADER_STDC