Skip to content

Commit

Permalink
kb
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenyhraz committed Apr 29, 2024
1 parent 3713862 commit 7b3c27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def generator_install(generator):


def opengl_install():
run('sudo apt install libglu1-mesa-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev')
run('sudo apt install libglu1-mesa-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev')


def setup_linux(compiler, generator, opengl):
Expand Down

0 comments on commit 7b3c27f

Please sign in to comment.