Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

render: drop libEGL dependency if gles2 is disabled #3241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

render: drop libEGL dependency if gles2 is disabled #3241

wants to merge 1 commit into from

Commits on Oct 20, 2021

  1. render: completely disable gles2 if requested but libEGL is found

    For `required` to disable search the value needs to be of `feature` type.
    Checking `gles2` via `in` keyword returns a `bool` but `required: false`
    makes the dependency optional instead of disabled.
    jbeich committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    154ca30 View commit details
    Browse the repository at this point in the history