Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 918989 | Differences between
and this patch

Collapse All | Expand All

(-)./configure (-2 / +3 lines)
Lines 2612-2617 Link Here
2612
    ignore_tests
2612
    ignore_tests
2613
    install
2613
    install
2614
    ld
2614
    ld
2615
    libglslang_ldflags
2615
    ln_s
2616
    ln_s
2616
    logfile
2617
    logfile
2617
    malloc_prefix
2618
    malloc_prefix
Lines 6705-6714 Link Here
6705
enabled libfribidi        && require_pkg_config libfribidi fribidi fribidi.h fribidi_version_info
6706
enabled libfribidi        && require_pkg_config libfribidi fribidi fribidi.h fribidi_version_info
6706
enabled libharfbuzz       && require_pkg_config libharfbuzz harfbuzz hb.h hb_buffer_create
6707
enabled libharfbuzz       && require_pkg_config libharfbuzz harfbuzz hb.h hb_buffer_create
6707
enabled libglslang && { check_lib spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
6708
enabled libglslang && { check_lib spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
6708
                            -lglslang -lMachineIndependent -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen \
6709
                            -lglslang -lMachineIndependent "${libglslang_ldflags}" -lGenericCodeGen \
6709
                            -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ||
6710
                            -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm ||
6710
                        require spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
6711
                        require spirv_compiler glslang/Include/glslang_c_interface.h glslang_initialize_process \
6711
                            -lglslang -lOSDependent -lHLSL -lOGLCompiler \
6712
                            -lglslang "${libglslang_ldflags}" \
6712
                            -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm; }
6713
                            -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm; }
6713
enabled libgme            && { check_pkg_config libgme libgme gme/gme.h gme_new_emu ||
6714
enabled libgme            && { check_pkg_config libgme libgme gme/gme.h gme_new_emu ||
6714
                               require libgme gme/gme.h gme_new_emu -lgme -lstdc++; }
6715
                               require libgme gme/gme.h gme_new_emu -lgme -lstdc++; }

Return to bug 918989