From 50250bd2ca6bd4e30486da9a55ffee0cebebc37d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 29 Feb 2024 12:55:57 +0100 Subject: Added wrapped support for EGL/GLESv2 --- rebuild_wrappers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rebuild_wrappers.py') diff --git a/rebuild_wrappers.py b/rebuild_wrappers.py index 70ab3889..115e7d80 100755 --- a/rebuild_wrappers.py +++ b/rebuild_wrappers.py @@ -399,7 +399,9 @@ def readFiles(files: Iterable[Filename]) -> Tuple[JumbledGlobals, JumbledRedirec or match("sdl1mixer", "sdl2mixer") \ or match("sdl1net", "sdl2net") \ or match("sdl1ttf", "sdl2ttf") \ - or match("libGL", "libEGL") \ + or match("libgl", "libegl") \ + or match("libgl", "glesv2") \ + or match("libegl", "glesv2") \ or match("libc", "tcmallocminimal") \ or match("libc", "tbbmallocproxy") \ or match("libc", "androidshmem") \ -- cgit 1.4.1