summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-05-31 03:08:30 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-05-31 13:29:15 -0400
commit15e532e99ad20cd62b63c9028209b88c05a38e7f (patch)
tree13477afbdc5662ef3787341a05cc13e58f484121
parentd8482aab881e1328ffa552ac8200eea2de0d0d4a (diff)
downloadmeta-cloud-services-15e532e99ad20cd62b63c9028209b88c05a38e7f.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-support/spice/spice_git.bb1
1 files changed, 1 insertions, 0 deletions
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,"
53PACKAGECONFIG[client] = "--enable-client,--disable-client,," 53PACKAGECONFIG[client] = "--enable-client,--disable-client,,"
54PACKAGECONFIG[gui] = "--enable-gui,--disable-gui,," 54PACKAGECONFIG[gui] = "--enable-gui,--disable-gui,,"
55PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,," 55PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,,"
56PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama,"
56 57
57PACKAGES =+ "${PN}-protocol" 58PACKAGES =+ "${PN}-protocol"
58LICENSE_${PN}-protocol = "BSD" 59LICENSE_${PN}-protocol = "BSD"