From bbc66c8772ee6000f9a2421922259ff39b71a272 Mon Sep 17 00:00:00 2001 From: Dmitry Ermilov Date: Thu, 7 Jun 2012 19:37:21 +0400 Subject: Allow build without VA/X11 API. In this case, VA/GLX API is disabled and another backend shall be built instead. Signed-off-by: Dmitry Ermilov Signed-off-by: Gwenole Beauchesne --- pkgconfig/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgconfig/Makefile.am') diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 2298c84..df5672c 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -25,7 +25,9 @@ pcfiles += libva-tpi.pc if USE_DRM pcfiles += libva-drm.pc endif +if USE_X11 pcfiles += libva-x11.pc +endif if USE_GLX pcfiles += libva-glx.pc endif -- cgit v1.2.1