diff options
-rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 2 |
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," | |||
58 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,," | 58 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,," |
59 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," | 59 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," |
60 | 60 | ||
61 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | 61 | COMPATIBLE_HOST = '(x86_64|i.86|aarch64).*-linux' |
62 | 62 | ||
63 | BBCLASSEXTEND = "native nativesdk" | 63 | BBCLASSEXTEND = "native nativesdk" |
64 | 64 | ||