package/libwebsockets: fix build with libev and libevent
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 6 Oct 2019 12:53:38 +0000 (14:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 7 Oct 2019 20:46:50 +0000 (22:46 +0200)
commit27f257e98d7cc70f1bf79d46c2ddf9dc9511c0b6
tree2ef5466bcd6e67d18580813b21e9e7b0f692fb7d
parentcb53f51666111dfd5a3ac5f721d2d0478bcabff6
package/libwebsockets: fix build with libev and libevent

libev and libevent can't be enabled at the same time since version 3.0.0
and
https://github.com/warmcat/libwebsockets/commit/ff2f5f601d5965f5860bc989d05b61246f172095

So prefer libev over libevent to have the same default behavior than
upstream LWS_WITH_DISTRO_RECOMMENDED target

Fixes:
 - http://autobuild.buildroot.org/results/ee5ef79a39570bcf5c605b1a4b6b48523605d647

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libwebsockets/libwebsockets.mk