systemd: Add PACKAGECONFIG for cryptsetup

(From OE-Core rev: 97b13a4938bf6879b0108a7716cf73c07e31544c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2013-10-05 14:23:11 +02:00 committed by Richard Purdie
parent 816b6be64d
commit abeea1be5f
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ DEPENDS += "libgcrypt"
# Compress the journal
PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz"
PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers"
PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup"
CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"