diff options
author | Matt Turner <[email protected]> | 2012-09-05 16:52:41 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:10 +0100 |
commit | 7f24483e3d7acb9a66fdc0ce3312d794204a888b (patch) | |
tree | dd83aac2ec0de433e83bbfb8faa0eac467a9f13d /configure.ac | |
parent | e3b2160a1ffcfba0ff60cb47c17bd1a41afb63db (diff) |
targets/vdpau-softpipe: 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 bdbf88746d7..d78eb224c8e 100644 --- a/configure.ac +++ b/configure.ac @@ -2070,6 +2070,7 @@ AC_CONFIG_FILES([configs/current src/gallium/targets/vdpau-r300/Makefile src/gallium/targets/vdpau-r600/Makefile src/gallium/targets/vdpau-radeonsi/Makefile + src/gallium/targets/vdpau-softpipe/Makefile src/gallium/winsys/Makefile src/gallium/winsys/i915/drm/Makefile src/gallium/winsys/i915/sw/Makefile |