project('alsa-gobject', 'c',
version: '0.2.2',
license: 'LGPL-3',
+ meson_version: '>= 0.47.0',
)
gnome = import('gnome')
# Generate pkg-config file for development.
pkg = import('pkgconfig')
pkg.generate(library,
- name: name,
- description: 'GObject instrospection library with API for asound.h and asequencer.h',
+ description: 'GObject instrospection library for control interface in asound.h',
subdirs: meson.project_name(),
)
# Generate pkg-config file for development.
pkg = import('pkgconfig')
pkg.generate(library,
- name: name,
- description: 'GObject instrospection library with API for asound.h and asequencer.h',
+ description: 'GObject instrospection library for HwDep interface in asound.h',
subdirs: meson.project_name(),
)
# Generate pkg-config file for development.
pkg = import('pkgconfig')
pkg.generate(library,
- name: name,
- description: 'GObject instrospection library with API for asound.h and asequencer.h',
+ description: 'GObject instrospection library for RawMidi interface in asound.h',
subdirs: meson.project_name(),
)
# Generate pkg-config file for development.
pkg = import('pkgconfig')
pkg.generate(library,
- name: name,
- description: 'GObject instrospection library with API for asound.h and asequencer.h',
+ description: 'GObject instrospection library for sequencer interface in asequencer.h',
subdirs: meson.project_name(),
)
# Generate pkg-config file for development.
pkg = import('pkgconfig')
pkg.generate(library,
- name: name,
- description: 'GObject instrospection library with API for asound.h and asequencer.h',
+ description: 'GObject instrospection library for timer interface in asound.h',
subdirs: meson.project_name(),
)