diff options
author | Matt Turner <[email protected]> | 2012-09-07 13:50:43 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:11 +0100 |
commit | b173b16cba6cc570dbeebd250a472fc2de02b7e3 (patch) | |
tree | 45a9d4838d04fbc272b3aca09b66145d47a71486 /configure.ac | |
parent | 0b132df3adc3f464a7def6c4e47713aafc356061 (diff) |
targets/xvmc-nouveau: Convert to automake
v2: Andreas Boll <[email protected]>
- Add missing xvmc 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 dcacbb80fcf..87a71587331 100644 --- a/configure.ac +++ b/configure.ac @@ -2079,6 +2079,7 @@ AC_CONFIG_FILES([configs/current src/gallium/targets/xorg-r300/Makefile src/gallium/targets/xorg-r600/Makefile src/gallium/targets/xorg-radeonsi/Makefile + src/gallium/targets/xvmc-nouveau/Makefile src/gallium/winsys/Makefile src/gallium/winsys/i915/drm/Makefile src/gallium/winsys/i915/sw/Makefile |