diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-08-21 07:51:05 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-08-21 07:51:05 +0200 |
commit | ce36d3deab7bbd351ec373e4917c2b3b785b9fb5 (patch) | |
tree | 2915ce84b448fa2ddc15b10a5ee7b431657cfe9e /meson.build | |
parent | b5204714179fe54b6eecfa9106b4c8008a1cc310 (diff) | |
download | input-ce36d3deab7bbd351ec373e4917c2b3b785b9fb5.tar.gz |
fix meson project name
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7d810a5..cee9bdf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ # -*-python-*- -project('fbida', 'c') +project('input-tools', 'c') mkname = find_program('name.sh') ev_hdr = custom_target('ev', output : 'EV.h', command : [ mkname, 'EV' ]) |