1
0
Fork 0

clutter: Install x11 related header files when using autotools again

clutter-x11.h and x11/clutter-x11-texture-pixmap.h were not installed
any longer. Fix that.
This commit is contained in:
Jonas Ådahl 2018-11-07 12:02:35 +01:00
parent c7e6cd4e27
commit c03a401f4c

View file

@ -438,6 +438,9 @@ backend_source_c_priv += $(x11_source_c_priv)
# the list of files we want to introspect on X11
x11_introspection = $(x11_source_c) $(x11_source_h)
clutterx11_includedir = $(clutter_includedir)/x11
clutterx11_include_HEADERS = $(x11_source_h)
mutter-clutter-x11-@LIBMUTTER_API_VERSION@.pc: mutter-clutter-$(LIBMUTTER_API_VERSION).pc
$(QUIET_GEN)cp -f $< $(@F)