mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
st/egl: Fix scons build
This commit is contained in:
parent
737bd7367e
commit
e9d49d282d
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ else:
|
|||
sources.append(['#/src/glx/dri2.c'])
|
||||
if env['drm']:
|
||||
env.Append(CPPDEFINES = ['HAVE_DRM_BACKEND'])
|
||||
env.Append(CPPPATH = [
|
||||
'#/src/gbm/main',
|
||||
'#/src/gallium/state_trackers/gbm',
|
||||
])
|
||||
sources.append(['drm/native_drm.c', 'drm/modeset.c'])
|
||||
|
||||
st_egl = env.ConvenienceLibrary(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue