mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
scons: Link libGL.so against xcb-dri2.
Fixing undefined xcb_dri2_* symbols. Trivial.
This commit is contained in:
parent
d6fd8a9771
commit
7889469663
1 changed files with 1 additions and 1 deletions
|
|
@ -588,7 +588,7 @@ def generate(env):
|
|||
createInstallMethods(env)
|
||||
|
||||
env.PkgCheckModules('X11', ['x11', 'xext', 'xdamage', 'xfixes'])
|
||||
env.PkgCheckModules('XCB', ['x11-xcb', 'xcb-glx >= 1.8.1'])
|
||||
env.PkgCheckModules('XCB', ['x11-xcb', 'xcb-glx >= 1.8.1', 'xcb-dri2 >= 1.8'])
|
||||
env.PkgCheckModules('XF86VIDMODE', ['xxf86vm'])
|
||||
env.PkgCheckModules('DRM', ['libdrm >= 2.4.38'])
|
||||
env.PkgCheckModules('UDEV', ['libudev >= 151'])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue