Skip to content

build: automatically disable Intel if pciaccess is not found

Simon Ser requested to merge emersion/drm:intel-pciaccess into main

Wire up the pciaccess dep to the intel option. This automatically skips the dep if intel is explicitly disabled, fails if intel is explicitly enabled and it's not found, and disables intel if it's set to auto and the dep is not found.

Signed-off-by: Simon Ser contact@emersion.fr

Merge request reports