serdisplib: fix build on macos
authorSergey V. Lobanov <redacted>
Wed, 12 Jan 2022 13:25:40 +0000 (16:25 +0300)
committerDaniel Golle <redacted>
Wed, 12 Jan 2022 18:51:51 +0000 (18:51 +0000)
commitd504cb206fdb49b64880ec9a9fc6c71ed92a4025
tree560d3f927af9713383dc4225faa9fe552d823049
parent53503c4a3a6660a67e88a37876a87e9b824ee03c
serdisplib: fix build on macos

./configure script detects if serdisplib is built on non-linux build
host and disables framebuffer driver. It blocks touchscreen_tool
compilation. This detection is not required on cross-compile build
so it is disabled via ac_cv_build=$(GNU_TARGET_NAME) in Makefile

Signed-off-by: Sergey V. Lobanov <redacted>
libs/serdisplib/Makefile
git clone https://git.99rst.org/PROJECT