From 2aeb5d9d988cd7ea75d364e3188b1014f4a74734 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 30 Oct 2018 11:04:19 +0000 Subject: [PATCH] Install a missing header This header is used by param/video/format-utils.h and therefore needed to be installed as well. --- spa/include/spa/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/include/spa/meson.build b/spa/include/spa/meson.build index 8829f5ff4..86a8dcb8c 100644 --- a/spa/include/spa/meson.build +++ b/spa/include/spa/meson.build @@ -34,6 +34,7 @@ spa_param_headers = [ 'param/param.h', 'param/props.h', 'param/format.h', + 'param/format-utils.h', 'param/type-info.h', ]