mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
c/client: s/comp_egl_glue.c/comp_egl_client.c (NFC)
This commit is contained in:
parent
3a537b8374
commit
c1ac7fc679
|
@ -87,7 +87,7 @@ if(XRT_HAVE_OPENGL AND XRT_HAVE_XLIB)
|
|||
endif()
|
||||
if(XRT_HAVE_EGL)
|
||||
list(APPEND CLIENT_SOURCE_FILES
|
||||
client/comp_egl_glue.c
|
||||
client/comp_egl_client.c
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@ endif
|
|||
|
||||
if build_egl
|
||||
compositor_srcs += [
|
||||
'client/comp_egl_glue.c',
|
||||
'client/comp_egl_client.c',
|
||||
]
|
||||
compositor_deps += [egl]
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue