• Diego Biurrun's avatar
    build: Explicitly disable external libraries when not explicitly enabled · 21cca00d
    Diego Biurrun authored
    Leaving those variables in an undefined state allows them getting implicitly
    enabled when they are declared as weak dependencies of other components.
    In that case, the library check is not run and required linker flags are not
    added, resulting in a failing build.
    
    Fixes linking when enabling libfreetype without libfontconfig.
    21cca00d
configure 163 KB