diff options
-rw-r--r-- | recipes-extended/xen/xen.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 2bbf1e35..5937763a 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -7,12 +7,10 @@ inherit autotools-brokensep pkgconfig | |||
7 | require xen-arch.inc | 7 | require xen-arch.inc |
8 | 8 | ||
9 | PACKAGECONFIG ??= " \ | 9 | PACKAGECONFIG ??= " \ |
10 | sdl \ | ||
11 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 10 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ |
12 | " | 11 | " |
13 | 12 | ||
14 | PACKAGECONFIG[lzo] = ",,lzo" | 13 | PACKAGECONFIG[lzo] = ",,lzo" |
15 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," | ||
16 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," | 14 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," |
17 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd," | 15 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd," |
18 | PACKAGECONFIG[externalblktap] = ",,," | 16 | PACKAGECONFIG[externalblktap] = ",,," |