]> 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)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 31 Mar 2022 02:04:40 +0000 (11:04 +0900)
commit9f7ea982737b640ded5b44a00e3212108b8ed5e3
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