mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-16 20:19:10 -04:00
xorg package set has been deprecated
@ -255,12 +255,12 @@ tar xvf external/5.5.tar.gz -C external/
|
|||||||
pkgs.libGL
|
pkgs.libGL
|
||||||
|
|
||||||
# X11 dependencies
|
# X11 dependencies
|
||||||
pkgs.xorg.libX11
|
pkgs.libx11
|
||||||
pkgs.xorg.libX11.dev
|
pkgs.libx11.dev
|
||||||
pkgs.xorg.libXcursor
|
pkgs.libxcursor
|
||||||
pkgs.xorg.libXi
|
pkgs.libxi
|
||||||
pkgs.xorg.libXinerama
|
pkgs.libxinerama
|
||||||
pkgs.xorg.libXrandr
|
pkgs.libxrandr
|
||||||
|
|
||||||
# Uncomment the line below if you want to build Raylib with web support
|
# Uncomment the line below if you want to build Raylib with web support
|
||||||
# pkgs.emscripten
|
# pkgs.emscripten
|
||||||
|
|||||||
Reference in New Issue
Block a user