libudev_dependency,
]
+pc_desc = 'GObject instrospection library for control interface in asound.h'
+
# For test.
build_dirs += {'alsactl': meson.current_build_dir()}
# Generate pkg-config file for development.
pkg.generate(library,
- description: 'GObject instrospection library for control interface in asound.h',
+ description: pc_desc,
subdirs: inc_dir,
)
libudev_dependency,
]
+pc_desc = 'GObject instrospection library for HwDep interface in asound.h'
+
# For test.
build_dirs += {'alsahwdep': meson.current_build_dir()}
# Generate pkg-config file for development.
pkg.generate(library,
- description: 'GObject instrospection library for HwDep interface in asound.h',
+ description: pc_desc,
subdirs: inc_dir,
)
libudev_dependency,
]
+pc_desc = 'GObject instrospection library for RawMidi interface in asound.h'
+
# For test.
build_dirs += {'alsarawmidi': meson.current_build_dir()}
# Generate pkg-config file for development.
pkg.generate(library,
- description: 'GObject instrospection library for RawMidi interface in asound.h',
+ description: pc_desc,
subdirs: inc_dir,
)
alsatimer_dependency,
]
+pc_desc = 'GObject instrospection library for sequencer interface in asequencer.h'
+
# For test.
build_dirs += {'alsaseq': meson.current_build_dir()}
# Generate pkg-config file for development.
pkg.generate(library,
- description: 'GObject instrospection library for sequencer interface in asequencer.h',
+ description: pc_desc,
subdirs: inc_dir,
)
libudev_dependency,
]
+pc_desc = 'GObject instrospection library for timer interface in asound.h'
+
# For test.
build_dirs += {'alsatimer': meson.current_build_dir()}
# Generate pkg-config file for development.
pkg.generate(library,
- description: 'GObject instrospection library for timer interface in asound.h',
+ description: pc_desc,
subdirs: inc_dir,
)