aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2019-02-15 19:43:11 +0000
committerMarc-André Lureau <marcandre.lureau@gmail.com>2019-02-15 19:43:11 +0000
commitdf4e56f8fab65ba714ec18f4e7338a966a1620ad (patch)
tree3b8825069eef2bfc87acc1865a6950eef1293a75 /meson.build
parent16e5b0787687d8904dad2c026107409eb9bfcb95 (diff)
downloadkeycodemapdb-df4e56f8fab65ba714ec18f4e7338a966a1620ad.zip
keycodemapdb-df4e56f8fab65ba714ec18f4e7338a966a1620ad.tar.gz
keycodemapdb-df4e56f8fab65ba714ec18f4e7338a966a1620ad.tar.bz2
Add an empty meson project
This allows to make keycodemapdb a subproject() in meson. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..eb9416b
--- /dev/null
+++ b/meson.build
@@ -0,0 +1 @@
+project('keycodemapdb')