diff options
Diffstat (limited to 'package/python-protobuf')
-rw-r--r-- | package/python-protobuf/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python-protobuf/Config.in b/package/python-protobuf/Config.in index ec2205757a..6649dfc094 100644 --- a/package/python-protobuf/Config.in +++ b/package/python-protobuf/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_PYTHON_PROTOBUF bool "python-protobuf" depends on BR2_PACKAGE_PYTHON + # host-protobuf only builds on certain architectures + depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" help Python implementation of the Google Protocol Buffers. |