summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 1887a5582f..b3e687476b 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -58,7 +58,7 @@ PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus,"
58PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,," 58PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,,"
59PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," 59PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama,"
60 60
61COMPATIBLE_HOST = '(x86_64|i.86).*-linux' 61COMPATIBLE_HOST = '(x86_64|i.86|aarch64).*-linux'
62 62
63BBCLASSEXTEND = "native nativesdk" 63BBCLASSEXTEND = "native nativesdk"
64 64