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:
Adam Jackson 2019-12-17 10:35:26 -05:00 committed by Georges Basile Stavracas Neto
parent 5613f4f7f4
commit 420fb28d3f
4 changed files with 3 additions and 3 deletions

View File

@ -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',