intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
262 stars 80 forks source link

Problems identifying the linux distribution #144

Open shazaum opened 3 weeks ago

shazaum commented 3 weeks ago

I'm using the Debian distribution version Bullseye... I saw that the bootstrap script searches for the ID_LIKE variable, but it does not exist in os-release

look at that:

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

my suggestion is to also check if this variable exists