diff options
-rw-r--r-- | utils/CMakeLists.txt | 8 | ||||
-rw-r--r-- | utils/meson.build | 4 | ||||
-rw-r--r-- | utils/omap-wbcap.cpp (renamed from utils/wbcap.cpp) | 0 | ||||
-rw-r--r-- | utils/omap-wbm2m.cpp (renamed from utils/wbm2m.cpp) | 0 |
4 files changed, 6 insertions, 6 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index 25216f2..d28527a 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -27,11 +27,11 @@ if(LIBEVDEV_FOUND) target_link_libraries(kmstouch kms++ kms++util ${LIBDRM_LIBRARIES} ${LIBEVDEV_LIBRARIES}) endif() -add_executable (wbcap wbcap.cpp) -target_link_libraries(wbcap kms++ kms++util ${LIBDRM_LIBRARIES}) +add_executable (omap-wbcap omap-wbcap.cpp) +target_link_libraries(omap-wbcap kms++ kms++util ${LIBDRM_LIBRARIES}) -add_executable (wbm2m wbm2m.cpp) -target_link_libraries(wbm2m kms++ kms++util ${LIBDRM_LIBRARIES}) +add_executable (omap-wbm2m omap-wbm2m.cpp) +target_link_libraries(omap-wbm2m kms++ kms++util ${LIBDRM_LIBRARIES}) install(TARGETS kmstest kmsprint fbtest DESTINATION bin) 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) diff --git a/utils/wbcap.cpp b/utils/omap-wbcap.cpp index 8033869..8033869 100644 --- a/utils/wbcap.cpp +++ b/utils/omap-wbcap.cpp diff --git a/utils/wbm2m.cpp b/utils/omap-wbm2m.cpp index a00fab2..a00fab2 100644 --- a/utils/wbm2m.cpp +++ b/utils/omap-wbm2m.cpp |