]> git.alsa-project.org Git - alsa-gobject.git/commit
timer: code refactoring for search path of alsatimer header
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 31 Mar 2022 02:04:40 +0000 (11:04 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Fri, 1 Apr 2022 00:48:18 +0000 (09:48 +0900)
commitfb42db8977f2141a9a52a2df7ef843a32ff5d6d1
treeb4f06ea904d6c4c9b4946b4016a38081b3aa69ad
parent432cec7e42e948dd1404f4aa86119bf86c4cd655
timer: code refactoring for search path of alsatimer header

Current implementation uses several entries for include_directories
parameter of library function. It's possible to replace it by using
include_directories parameter of declare_dependency function.

This commit refactors meson configuration for alsatimer library according
to it.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/meson.build
src/timer/meson.build