racket: add libGL and libGLU to libPath
The sgl collection loads them over FFI. Closes #52990
This commit is contained in:
parent
f94e0252f3
commit
e43a4fa9ce
@ -4,6 +4,8 @@
|
|||||||
, gtk3
|
, gtk3
|
||||||
, libedit, libffi
|
, libedit, libffi
|
||||||
, libiconv
|
, libiconv
|
||||||
|
, libGL
|
||||||
|
, libGLU
|
||||||
, libjpeg
|
, libjpeg
|
||||||
, libpng, libtool, mpfr, openssl, pango, poppler
|
, libpng, libtool, mpfr, openssl, pango, poppler
|
||||||
, readline, sqlite
|
, readline, sqlite
|
||||||
@ -27,6 +29,8 @@ let
|
|||||||
gtk3
|
gtk3
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
libedit
|
libedit
|
||||||
|
libGL
|
||||||
|
libGLU
|
||||||
libjpeg
|
libjpeg
|
||||||
libpng
|
libpng
|
||||||
mpfr
|
mpfr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user