ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
72 stars 22 forks source link

lib: use pkg-config feature for zstd #628

Closed cgwalters closed 2 months ago

cgwalters commented 2 months ago

I don't want to default to using vendored C sources.

jeckersb commented 2 months ago

Hm need to update deps to include libzstd-devel for this. Added:

jeckersb commented 2 months ago

~Also https://github.com/ostreedev/ostree-rs-ext/pull/629~ nevermind