Skip to content

Commit

Permalink
Merge pull request #459 from mkoval/bugfix/AssimpVersion
Browse files Browse the repository at this point in the history
Require Assimp < 3.0~dfsg-4 -- Patch for Release 5.0
  • Loading branch information
jslee02 committed Jul 19, 2015
2 parents 009d44a + 5feacbc commit ce4d924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9),
libeigen3-dev,
libfcl-dev (>= 0.2.7),
libassimp-dev (>= 3),
libassimp-dev (<< 3.0~dfsg-4),
freeglut3-dev,
libxi-dev,
libxmu-dev,
Expand All @@ -28,6 +29,7 @@ Depends: ${misc:Depends},
libdart-core5.0 (= ${binary:Version}),
libeigen3-dev,
libassimp-dev (>= 3),
libassimp-dev (<< 3.0~dfsg-4),
libfcl-dev
Description: Dynamic Animation and Robotics Toolkit, core development files
DART is a collaborative, cross-platform, open source library created by the
Expand Down

0 comments on commit ce4d924

Please sign in to comment.