Skip to content

Commit

Permalink
Add Ubuntu 24.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
koppi committed May 24, 2024
1 parent 6162788 commit ea3a92b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bpp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,16 @@ unix:link_pkgconfig {
DEFINES += BOOST_BIND_GLOBAL_PLACEHOLDERS
}
}
contains(LSB_RELEASE_REL, 24.04) : {
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) : {
PKGCONFIG += lua5.2
Expand Down

0 comments on commit ea3a92b

Please sign in to comment.