Home | History | Annotate | Download | only in egl

Lines Matching refs:env

6 env = env.Clone()
8 env.Append(CPPPATH = [
23 if env['platform'] == 'windows':
24 env.Append(CPPDEFINES = ['HAVE_GDI_BACKEND'])
27 if env['drm']:
28 env.PkgUseModules('DRM')
29 if env['x11']:
30 env.Append(CPPDEFINES = ['HAVE_X11_BACKEND'])
31 env.Prepend(CPPPATH = [
41 if env['drm']:
42 env.Append(CPPDEFINES = ['GLX_DIRECT_RENDERING'])
44 if env['drm'] and False:
46 env.Append(CPPDEFINES = ['HAVE_DRM_BACKEND'])
47 env.Append(CPPPATH = [
53 st_egl = env.ConvenienceLibrary(