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