summaryrefslogtreecommitdiff
path: root/utils/meson.build
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-10-07 15:29:39 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-10-09 15:54:43 +0300
commitdebef007b62bc5e8696e02f96111bd2a10072562 (patch)
tree570e82bf9c62c80500b1eea7338cb384225e129e /utils/meson.build
parentd9a1ffe56d0beb9cdd048d0e83f7d0177b31411a (diff)
rename omap wb utils to omap-wb
Diffstat (limited to 'utils/meson.build')
-rw-r--r--utils/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/meson.build b/utils/meson.build
index 10f49f2..b1e7918 100644
--- a/utils/meson.build
+++ b/utils/meson.build
@@ -13,5 +13,5 @@ if libevdev_dep.found()
executable('kmstouch', 'kmstouch.cpp', dependencies : [ common_deps, libevdev_dep ], install : false)
endif
-executable('wbcap', 'wbcap.cpp', dependencies : [ common_deps ], install : false)
-executable('wbm2m', 'wbm2m.cpp', dependencies : [ common_deps ], install : false)
+executable('omap-wbcap', 'omap-wbcap.cpp', dependencies : [ common_deps ], install : false)
+executable('omap-wbm2m', 'omap-wbm2m.cpp', dependencies : [ common_deps ], install : false)