mirror of
https://github.com/brl/mutter.git
synced 2025-07-05 18:39:52 +00:00
build: Build the GLX symbols
The change from the GLX backend to the Cogl backend left out the GLX source code from the list of source files to be built.
This commit is contained in:
@ -383,8 +383,8 @@ clutterglx_include_HEADERS = $(glx_source_h)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if SUPPORT_GLX
|
if SUPPORT_GLX
|
||||||
backend_source_h += $(cogl_source_h)
|
backend_source_h += $(cogl_source_h) $(glx_source_h)
|
||||||
backend_source_c += $(cogl_source_c)
|
backend_source_c += $(cogl_source_c) $(glx_source_c)
|
||||||
backend_source_h_priv += $(cogl_source_h_priv)
|
backend_source_h_priv += $(cogl_source_h_priv)
|
||||||
endif # SUPPORT_GLX
|
endif # SUPPORT_GLX
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user