libwebsockets: fix uloop support
authorJohn Crispin <[email protected]>
Mon, 26 Dec 2022 17:31:39 +0000 (18:31 +0100)
committerJohn Crispin <[email protected]>
Tue, 3 Jan 2023 19:31:31 +0000 (20:31 +0100)
commitdf13b03e506ec8036a4a1558ff8925187a94e464
treeec52b54720856fca37e5af77330c1debb35a6b07
parentce0679b61a5927ffdbc8a1505ce52756c6c394d4
libwebsockets: fix uloop support

The commit adding uloop support failed to actually install the .so and
add the correct dependencies.

[2022/12/26 18:19:38:1835] E: lws_create_context: failed to load evlib_uloop

Fixes: 1557ac367a ("libwebsockets: enable built in uloop support")
Signed-off-by: John Crispin <[email protected]>
libs/libwebsockets/Makefile