Skip to content

Commit

Permalink
Add Ubuntu 23.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
koppi committed Jul 14, 2023
1 parent db24d52 commit 6162788
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bpp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,15 @@ unix:link_pkgconfig {
DEFINES += HAVE_btHingeAccumulatedAngleConstraint
DEFINES += BOOST_BIND_GLOBAL_PLACEHOLDERS
}
contains(LSB_RELEASE_REL, 23.10) : {
PKGCONFIG += lua5.2
PKGCONFIG -= luabind
PKGCONFIG += bullet
PKGCONFIG += sdl2
LIBS += -lQGLViewer-qt5 -lGLEW -lGLU -lGL -lglut -lluabind
DEFINES += HAVE_btHingeAccumulatedAngleConstraint
DEFINES += BOOST_BIND_GLOBAL_PLACEHOLDERS
}
}
contains(LSB_RELEASE_ID, Debian): {
contains(LSB_RELEASE_REL, 11) : {
Expand Down

0 comments on commit 6162788

Please sign in to comment.