bindings: rust: skip building all rust crates by default
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 4 May 2023 06:13:44 +0000 (11:43 +0530)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 4 May 2023 12:51:03 +0000 (14:51 +0200)
commit7bb69cbd292fba8ba808b66750b3c51c1686a718
treef765377879fa82cc8890736799498c4c31162c62
parenta62c5fbc630ebca8b30735f1c38c08d17cf0aa51
bindings: rust: skip building all rust crates by default

We don't really need to build all the available rust crates here by
default, but only what's required by the libgpiod crate.

Currently we try to build gpiosim-sys crate as well, even if
"--enable-tests" isn't passed to autogen.sh, which results in following
build failure:

  error: could not find native static library `gpiosim`, perhaps an -L flag is missing?

Fix this by building just the libgpiod crate instead, which can force
building of the other crates based on the enabled configuration options.

Reported-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/rust/Makefile.am
bindings/rust/libgpiod/Makefile.am