libjpeg-turbo: native depends on nasm-native

else I get the following error during configure :
| configure: error: no nasm (Netwide Assembler) found

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Eric BENARD 2012-01-14 18:10:08 +00:00 committed by Koen Kooi
parent b026074a8d
commit 8741e35957

View File

@ -28,3 +28,4 @@ FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
INSANE_SKIP_libturbojpeg = "dev-so"
BBCLASSEXTEND = "native"
DEPENDS_virtclass-native = "nasm-native"