Commit e026a2292bea0b3e129685757df05eef967cc255

Thomas de Grivel 2023-12-02T12:41:17

configure

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3/window/sdl2/configure b/libc3/window/sdl2/configure
index 7dee600..d69df62 100755
--- a/libc3/window/sdl2/configure
+++ b/libc3/window/sdl2/configure
@@ -43,7 +43,7 @@ LDFLAGS="--shared -no-undefined ${LDFLAGS}"
 LIBS="$LIBS -rpath ${PREFIX}/lib"
 config_asan
 config_gnu
-pkg_config glesv2
+pkg_config gl
 pkg_config sdl2
 pkg_config libbsd-overlay
 config_define PREFIX "\"${PREFIX}\""