Skip to content

Make compatible with the Steam Runtime environment

Simon McVittie requested to merge smcv/libcapsule:precise into master

This is mostly build-system stuff or superficial changes (debug messages, etc.) to account for the older glibc, dpkg, gcc, Autotools and gtk-doc in the Steam Runtime.

The functional change is that if secure_getenv() isn't available, the CAPSULE_DEBUG, CAPSULE_foo_PREFIX and CAPSULE_PREFIX environment variables are ignored.

Merge request reports