Browse Source

Bugfix: configure: avalonmm needs work2d

Luke Dashjr 11 years ago
parent
commit
ad6a537adb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -565,6 +565,7 @@ AC_ARG_ENABLE([avalonmm],
 if test "x$avalonmm" = xyes; then
 	AC_DEFINE([USE_AVALONMM], [1], [Defined to 1 if Avalon2/3 support is wanted])
 	need_lowl_vcom=yes
+	need_work2d=yes
 	has_asic=yes
 	$broad_udevrules && have_udevrules=true
 fi