diff options
author | Matt Turner <[email protected]> | 2012-09-05 15:55:49 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:10 +0100 |
commit | d0df9e82c769f036ed4dd6d173e0dd0fc064b6b5 (patch) | |
tree | 30909affda164861d9609e83b74cc78beeddbd16 /configure.ac | |
parent | 184b2f0f68224691ac754afe27e83645c2802c8e (diff) |
targets/vdpau-nouveau: Convert to automake
v2: Andreas Boll <[email protected]>
- Add missing vdpau state tracker to _LIBADD variable
v3: Andreas Boll <[email protected]>
- Provide compatibility with scripts for the old Mesa build system
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cddf2de2efe..34cd136d260 100644 --- a/configure.ac +++ b/configure.ac @@ -2066,6 +2066,7 @@ AC_CONFIG_FILES([configs/current src/gallium/targets/dri-vmwgfx/Makefile src/gallium/targets/opencl/Makefile src/gallium/targets/libgl-xlib/Makefile + src/gallium/targets/vdpau-nouveau/Makefile src/gallium/winsys/Makefile src/gallium/winsys/i915/drm/Makefile src/gallium/winsys/i915/sw/Makefile |