| commit | 957a434f10b7663bbafc85fb19afe1a3318c0a10 | [log] [tgz] |
|---|---|---|
| author | Nicholas Verne <[email protected]> | Tue Jun 22 11:20:06 2021 |
| committer | Commit Bot <[email protected]> | Mon Jun 28 00:33:45 2021 |
| tree | c25299ae6b5a681897f432f3dc7c2459be2e4cc6 | |
| parent | f0bf33d8a85c6a9766fb38d0f3b90ebe05ace376 [diff] |
mttools: link to the renamed libevdev-cros mttools is the one remaining package that depends on the renamed libevdev-cros.so directly. Update so that the linker uses the right lib. BUG=b:190088895,chromium:1222854,b:191824146 TEST=build_packages --board=nami Cq-Depend: chromium:2981012 Change-Id: I5a04ca6b5722be3f2ef5ce00879651915b08e4de Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/mttools/+/2981013 Tested-by: Nicholas Verne <[email protected]> Reviewed-by: Nicholas Verne <[email protected]> Reviewed-by: Harry Cutts <[email protected]> Commit-Queue: Fergus Dall <[email protected]>
diff --git a/mtreplay/src/module.mk b/mtreplay/src/module.mk index f6d609b..0e10b6b 100644 --- a/mtreplay/src/module.mk +++ b/mtreplay/src/module.mk
@@ -6,7 +6,7 @@ # global flags CPPFLAGS += -I$(SRC)/include -fvisibility=default $(PC_CFLAGS) -LDLIBS += -ljsoncpp -levdev -lutouch-evemu -lgestures \ +LDLIBS += -ljsoncpp -levdev-cros -lutouch-evemu -lgestures \ $(PC_LIBS) common_OBJS = src/evdev_gestures.o \