From d52299ff0e85fb4dd7b9d6644c265afa52b67595 Mon Sep 17 00:00:00 2001 From: peri4 Date: Sun, 24 Sep 2023 15:19:28 +0300 Subject: [PATCH] support_gl --- platforms.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms.json b/platforms.json index c08e6c2..4174dd8 100644 --- a/platforms.json +++ b/platforms.json @@ -117,7 +117,8 @@ "image_prepare_script": "install_apt.sh", "arch": "armhf", "toolchain": "g++-arm-linux-gnueabihf", - "triplet": "arm-linux-gnueabihf" + "triplet": "arm-linux-gnueabihf", + "support_gl": 0 }, "cmake_toolchain": "/soft/toolchain.cmake", "ppa_filters": ["debian11"]