# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/tinyalsa/hotfix-header-install.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- From 4a2f0334e4790f6ba7eb6cfdd8179e7307f4119d Mon Sep 17 00:00:00 2001 From: tinywrkb Date: Mon, 26 Jul 2021 19:09:26 +0300 Subject: [PATCH] meson: add attributes.h and plugin.h public headers --- include/tinyalsa/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tinyalsa/meson.build b/include/tinyalsa/meson.build index d14b35be..95077be8 100644 --- a/include/tinyalsa/meson.build +++ b/include/tinyalsa/meson.build @@ -1,9 +1,11 @@ tinyalsa_headers = [ 'asoundlib.h', + 'attributes.h', 'interval.h', 'limits.h', 'mixer.h', 'pcm.h', + 'plugin.h', 'version.h' ]