mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 05:00:19 +01:00
i915g: Fix winsys SCons build.
This commit is contained in:
parent
4e20781bac
commit
ee9ee03cab
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ Import('*')
|
|||
|
||||
env = env.Clone()
|
||||
|
||||
env.ParseConfig('pkg-config --cflags libdrm')
|
||||
|
||||
i915drm_sources = [
|
||||
'i915_drm_api.c',
|
||||
'i915_drm_batchbuffer.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue