From 1364859318a72c5a0e0199bace66fc3899425db1 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Sun, 6 Oct 2013 17:22:15 -0400 Subject: xen: Add sdl support by including dependency for libsdl. Signed-off-by: Chris Patterson Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen_4.3.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.0.bb index e0339b1a..e9a22ccd 100644 --- a/recipes-extended/xen/xen_4.3.0.bb +++ b/recipes-extended/xen/xen_4.3.0.bb @@ -17,13 +17,13 @@ COMPATIBLE_HOST = '(x86_64.*).*-linux' inherit autotools gettext setuptools update-rc.d -DEPENDS = "util-linux util-linux-native file-native zlib ncurses openssl bison-native flex-native gettext dev86-native iasl-native pciutils virtual/libgl virtual/libsdl bridge-utils iproute2 procps yajl pixman python python-setuptools-native xz xz-native" +DEPENDS = "util-linux util-linux-native file-native zlib ncurses openssl bison-native flex-native gettext dev86-native iasl-native pciutils virtual/libgl virtual/libsdl bridge-utils iproute2 procps yajl pixman python python-setuptools-native xz xz-native libsdl" # inherit setuptools adds python to RDEPENDS, override it RDEPENDS_${PN} = "" RDEPENDS_${PN}-base = "\ - libgcc udev bash perl xz \ + libgcc libsdl udev bash perl xz \ ${PN}-blktap \ ${PN}-console \ ${PN}-libblktapctl \ -- cgit v1.2.3-54-g00ecf