1:255.11-alt1
[systemd_ALT.git] / src / hwdb / meson.build
blob385ed854d62f197c23270102bcd4563caa3d5ceb
1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 executables += [
4         executable_template + {
5                 'name' : 'systemd-hwdb',
6                 'public' : true,
7                 'conditions' : ['ENABLE_HWDB'],
8                 'sources' : files('hwdb.c'),
9                 'link_with' : udev_link_with,
10                 'install_rpath' : udev_rpath,
11         },