OpenSceneGraph: disable building against Qt5
It currently fails with the following error message: "moc: Too many input files specified" Change-Id: I3bb3b1c291b2c60062da72896055df8f194107e0
This commit is contained in:
parent
8d5f56f9dd
commit
4f3c74dc72
@ -48,3 +48,6 @@ BUGS_TO="pyromaniac@thwitt.de"
|
||||
|
||||
DEFAULT_SRC_PREPARE_PATCHES=( -p2 "${FILES}"/${PNV}-libav.patch )
|
||||
|
||||
# Building against Qt5 fails atm, would need qtbase and cmake[>=2.8.8]
|
||||
CMAKE_SRC_CONFIGURE_PARAMS+=( -DDESIRED_QT_VERSION=4 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user