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

(-)a/src/gallium/targets/d3dadapter9/meson.build (-2 / +1 lines)
Lines 53-59 libgallium_nine = shared_library( Link Here
53
    libswkmsdri,
53
    libswkmsdri,
54
  ],
54
  ],
55
  dependencies : [
55
  dependencies : [
56
    dep_selinux, dep_expat, dep_libdrm, dep_llvm,
56
    dep_selinux, dep_expat, dep_libdrm, dep_llvm, dep_thread,
57
    driver_swrast, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
57
    driver_swrast, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
58
    driver_i915, driver_svga,
58
    driver_i915, driver_svga,
59
  ],
59
  ],
60
- 

Return to bug 670094