Browse Source

i965g: Fix scons build of winsys

undefined
Jakob Bornecrantz 16 years ago
parent
commit
96df6064b5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/gallium/winsys/i965/drm/SConscript

+ 2
- 0
src/gallium/winsys/i965/drm/SConscript View File

@@ -2,6 +2,8 @@ Import('*')

env = env.Clone()

env.ParseConfig('pkg-config --cflags libdrm')

i965drm_sources = [
'i965_drm_api.c',
'i965_drm_buffer.c',

Loading…
Cancel
Save