diff options
author | Matt Turner <[email protected]> | 2012-09-05 15:59:54 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:10 +0100 |
commit | 7e0d6ff6d726f8eaa3ac1edabbd8500de50c18d3 (patch) | |
tree | 6eb2950e09dba954096dbc5a2bf4747981410dd3 /configure.ac | |
parent | d0df9e82c769f036ed4dd6d173e0dd0fc064b6b5 (diff) |
targets/vdpau-r300: 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 34cd136d260..f19d3f9d891 100644 --- a/configure.ac +++ b/configure.ac @@ -2067,6 +2067,7 @@ AC_CONFIG_FILES([configs/current src/gallium/targets/opencl/Makefile src/gallium/targets/libgl-xlib/Makefile src/gallium/targets/vdpau-nouveau/Makefile + src/gallium/targets/vdpau-r300/Makefile src/gallium/winsys/Makefile src/gallium/winsys/i915/drm/Makefile src/gallium/winsys/i915/sw/Makefile |