spa/include/meson: Install hook.h (#11)

When compiling some application and include spa/loop.h, it needs hook.h,
so install it.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
This commit is contained in:
Marcos Paulo de Souza 2017-09-04 06:09:18 -03:00 committed by Wim Taymans
parent b0c3936477
commit ff363cc7bf

View file

@ -10,6 +10,7 @@ spa_headers = [
'format.h', 'format.h',
'format-builder.h', 'format-builder.h',
'format-utils.h', 'format-utils.h',
'hook.h',
'list.h', 'list.h',
'log.h', 'log.h',
'loop.h', 'loop.h',