cogl: Move GLX-related headers into winsys/
Makes it harder to accidentally include them from the core. https://gitlab.gnome.org/GNOME/mutter/merge_requests/977
This commit is contained in:
parent
5613f4f7f4
commit
420fb28d3f
@ -376,11 +376,11 @@ endif
|
|||||||
|
|
||||||
if have_glx
|
if have_glx
|
||||||
cogl_nonintrospected_headers += [
|
cogl_nonintrospected_headers += [
|
||||||
'cogl-glx.h',
|
'winsys/cogl-glx.h',
|
||||||
]
|
]
|
||||||
cogl_sources += [
|
cogl_sources += [
|
||||||
'cogl-glx-display-private.h',
|
'winsys/cogl-glx-display-private.h',
|
||||||
'cogl-glx-renderer-private.h',
|
'winsys/cogl-glx-renderer-private.h',
|
||||||
'winsys/cogl-winsys-glx-feature-functions.h',
|
'winsys/cogl-winsys-glx-feature-functions.h',
|
||||||
'winsys/cogl-winsys-glx-private.h',
|
'winsys/cogl-winsys-glx-private.h',
|
||||||
'winsys/cogl-winsys-glx.c',
|
'winsys/cogl-winsys-glx.c',
|
||||||
|
Loading…
Reference in New Issue
Block a user