libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option
authorBaptiste Moraine <baptiste.moraine@kapelse.com>
Wed, 29 Apr 2015 13:39:00 +0000 (15:39 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 29 Apr 2015 16:57:38 +0000 (18:57 +0200)
commit977ea262bcb6cfe45d4b0f7d48dff190671a2551
tree2c7da91c12facfb4069dd20b27fc04c0940223d1
parent6b1f66643d782fc6f00e7436d41ceea6d88ad6bf
libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option

Currently, libwebsockets.mk is passing -DWITHOUT_TESTAPPS=ON to disable
the building of libwebsockets test applications, but this is doing nothing
because the option is really named  LWS_WITHOUT_TESTAPPS.
This commit fixes that by using the correct option name.

Signed-off-by: Baptiste Moraine <baptiste.moraine@kapelse.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libwebsockets/libwebsockets.mk