mirror of
https://github.com/brl/mutter.git
synced 2025-02-23 08:24:09 +00:00
Fix Makefile to properly include clutter-backend-eglnative.h in the disted tarball
https://bugzilla.gnome.org/show_bug.cgi?id=669360
This commit is contained in:
parent
ce9564e558
commit
047f60b138
@ -614,6 +614,7 @@ endif
|
|||||||
if SUPPORT_EGL
|
if SUPPORT_EGL
|
||||||
backend_source_h += $(egl_source_h)
|
backend_source_h += $(egl_source_h)
|
||||||
backend_source_c += $(egl_source_c)
|
backend_source_c += $(egl_source_c)
|
||||||
|
backend_source_h_priv += $(egl_source_h_priv)
|
||||||
|
|
||||||
clutteregl_includedir = $(clutter_includedir)/egl
|
clutteregl_includedir = $(clutter_includedir)/egl
|
||||||
clutteregl_include_HEADERS = $(egl_source_h)
|
clutteregl_include_HEADERS = $(egl_source_h)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user