From debef007b62bc5e8696e02f96111bd2a10072562 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 7 Oct 2020 15:29:39 +0300 Subject: rename omap wb utils to omap-wb --- utils/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/meson.build') 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) -- cgit v1.2.3