build: Don't build unneeded aesX660 routines
When neither of the AES drivers are built, no need to build the common routines. https://bugs.freedesktop.org/show_bug.cgi?id=57724
This commit is contained in:
parent
c02cb3083d
commit
f335256cbe
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ all_drivers="upeke2 upekts upektc upeksonly vcom5s uru4000 fdu2000 aes1610 aes16
|
||||||
|
|
||||||
require_imaging='no'
|
require_imaging='no'
|
||||||
require_aeslib='no'
|
require_aeslib='no'
|
||||||
|
require_aesX660='no'
|
||||||
enable_upeke2='no'
|
enable_upeke2='no'
|
||||||
enable_upekts='no'
|
enable_upekts='no'
|
||||||
enable_upektc='no'
|
enable_upektc='no'
|
||||||
|
|
Loading…
Reference in a new issue