diff options
-rw-r--r-- | recipes-extended/xen/xen.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index d352ffb8..ed6e6a7b 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -11,6 +11,7 @@ PACKAGECONFIG ??= " \ | |||
11 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ |
12 | " | 12 | " |
13 | 13 | ||
14 | PACKAGECONFIG[lzo] = ",,lzo" | ||
14 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," | 15 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," |
15 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," | 16 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," |
16 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd," | 17 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd," |
@@ -41,7 +42,6 @@ DEPENDS = " \ | |||
41 | procps \ | 42 | procps \ |
42 | python3 \ | 43 | python3 \ |
43 | libaio \ | 44 | libaio \ |
44 | lzo \ | ||
45 | util-linux \ | 45 | util-linux \ |
46 | xz \ | 46 | xz \ |
47 | yajl \ | 47 | yajl \ |