Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 711656
Collapse All | Expand All

(-)a/src/gallium/targets/opencl/meson.build (-13 / +1 lines)
Lines 43-61 libopencl = shared_library( Link Here
43
  dependencies : [
43
  dependencies : [
44
    idep_mesautil,
44
    idep_mesautil,
45
    dep_clock, dep_dl, dep_unwind, dep_elf,
45
    dep_clock, dep_dl, dep_unwind, dep_elf,
46
    cpp.find_library('clangCodeGen', dirs : llvm_libdir),
46
    cpp.find_library('clang-cpp', dirs : llvm_libdir),
47
    cpp.find_library('clangFrontendTool', dirs : llvm_libdir),
48
    cpp.find_library('clangFrontend', dirs : llvm_libdir),
49
    cpp.find_library('clangDriver', dirs : llvm_libdir),
50
    cpp.find_library('clangSerialization', dirs : llvm_libdir),
51
    cpp.find_library('clangParse', dirs : llvm_libdir),
52
    cpp.find_library('clangSema', dirs : llvm_libdir),
53
    cpp.find_library('clangAnalysis', dirs : llvm_libdir),
54
    cpp.find_library('clangAST', dirs : llvm_libdir),
55
    cpp.find_library('clangASTMatchers', dirs : llvm_libdir),
56
    cpp.find_library('clangEdit', dirs : llvm_libdir),
57
    cpp.find_library('clangLex', dirs : llvm_libdir),
58
    cpp.find_library('clangBasic', dirs : llvm_libdir),
59
  ],
47
  ],
60
  version : '@0@.0.0'.format(opencl_version),
48
  version : '@0@.0.0'.format(opencl_version),
61
  install : true,
49
  install : true,

Return to bug 711656