From 15e532e99ad20cd62b63c9028209b88c05a38e7f Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 31 May 2016 03:08:30 -0400 Subject: spice: add PACKAGECONFIG for xinerama spice auto detect Xinerama library to enable the feature, but it causes error when using sstate between different builds, e.g. previous build have xinerama but the later one doesn't, then it fails on the later one with: "Package 'xinerama', required by 'spice-server', not found" Add PACKAGECONFIG for xinerama to ensure we have deterministic builds. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- recipes-support/spice/spice_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/spice/spice_git.bb b/recipes-support/spice/spice_git.bb index 95f7156..0524c27 100644 --- a/recipes-support/spice/spice_git.bb +++ b/recipes-support/spice/spice_git.bb @@ -53,6 +53,7 @@ PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl," PACKAGECONFIG[client] = "--enable-client,--disable-client,," PACKAGECONFIG[gui] = "--enable-gui,--disable-gui,," PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,," +PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," PACKAGES =+ "${PN}-protocol" LICENSE_${PN}-protocol = "BSD" -- cgit v1.2.3-54-g00ecf