Skip to content

Commit

Permalink
fix to allow building on both Ubuntu 16.04 and 18.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ollerenshaw authored and mosra committed May 31, 2018
1 parent d38ab6b commit f439776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/debian/control
Expand Up @@ -11,7 +11,7 @@ Vcs-Browser: https://github.com/mosra/magnum-examples
Package: magnum-examples
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, magnum, magnum-plugins, magnum-integration, magnum-extras, libbulletcollision2.83.6, libopenal1
Depends: ${shlibs:Depends}, ${misc:Depends}, magnum, magnum-plugins, magnum-integration, magnum-extras, libbulletcollision2.83.6|libbullet2.87, libopenal1
Description: Examples for the Magnum C++11/C++14 graphics engine
Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal
is to simplify low-level graphics development and interaction with OpenGL
Expand Down

0 comments on commit f439776

Please sign in to comment.