mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-04-18 23:50:42 +02:00
tools: rename the socket server tool to eis-demo-server
Conveys more of it's meaning Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c063ec023c
commit
c4f1a9107e
2 changed files with 2 additions and 2 deletions
|
|
@ -125,8 +125,8 @@ pkgconfig.generate(lib_libreis,
|
|||
|
||||
dep_libxkbcommon = dependency('xkbcommon', required: false)
|
||||
config_h.set10('HAVE_LIBXKBCOMMON', dep_libxkbcommon.found())
|
||||
executable('eis-socket-server',
|
||||
'tools/eis-socket-server.c',
|
||||
executable('eis-demo-server',
|
||||
'tools/eis-demo-server.c',
|
||||
dependencies: [dep_libutil, dep_libeis, dep_libxkbcommon])
|
||||
|
||||
executable('ei-demo-client',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue