Skip to content

Commit

Permalink
Update build-dependency for OpenGL
Browse files Browse the repository at this point in the history
The package 'libgl1-mesa-dev' has been superseded by 'libgl-dev' in
unstable, 'libgl-dev' is searched for first. 'libgl1-mesa-swx11-dev' is
so old that it does not exist on any supported distribution.
  • Loading branch information
havardAasen committed Dec 16, 2023
1 parent 052a73a commit 955a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control.top.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Build-Depends:
intltool,
libboost-python-dev,
libepoxy-dev,
libgl1-mesa-dev | libgl1-mesa-swx11-dev,
libgl-dev | libgl1-mesa-dev,
libglu1-mesa-dev,
libgtk2.0-dev,
libgtk-3-dev,
Expand Down

0 comments on commit 955a39b

Please sign in to comment.