summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorDmitry Ermilov <dmitry.ermilov@intel.com>2012-06-07 19:37:21 +0400
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-09-26 11:49:51 +0200
commitbbc66c8772ee6000f9a2421922259ff39b71a272 (patch)
tree9465aa13262cf09f5fcf1276ef48874da0196e20 /pkgconfig
parent1b5d7595866898071640760e7d405bfc87f45cc9 (diff)
downloadlibva-bbc66c8772ee6000f9a2421922259ff39b71a272.tar.gz
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 <dmitry.ermilov@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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