aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-08-21 07:51:05 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-08-21 07:51:05 +0200
commitce36d3deab7bbd351ec373e4917c2b3b785b9fb5 (patch)
tree2915ce84b448fa2ddc15b10a5ee7b431657cfe9e
parentb5204714179fe54b6eecfa9106b4c8008a1cc310 (diff)
downloadinput-ce36d3deab7bbd351ec373e4917c2b3b785b9fb5.tar.gz
fix meson project name
-rw-r--r--meson.build2
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' ])