mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
xorg/vmwgfx: Link libkms when available.
This commit is contained in:
parent
d49dfe66cf
commit
54f2116877
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ env = env.Clone()
|
|||
|
||||
env.ParseConfig('pkg-config --cflags --libs libdrm xorg-server')
|
||||
|
||||
if env['kms']:
|
||||
env.ParseConfig('pkg-config --cflags --libs libkms')
|
||||
|
||||
env.Prepend(CPPPATH = [
|
||||
'#/include',
|
||||
'#/src/gallium',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue