flightgear: use system libraries
Use more system libraries which the shipped 3rdparty modules can use. This avoids the x86_64-musl internal compiler error reported in #2858
This commit is contained in:
parent
477437e97a
commit
0c0e9a3268
1 changed files with 6 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'flightgear'
|
||||
pkgname=flightgear
|
||||
version=3.4.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DFG_DATA_DIR:STRING=/usr/share/flightgear/fgdata"
|
||||
hostmakedepends="cmake fltk pkg-config"
|
||||
makedepends="MesaLib-devel boost-devel freealut-devel glu-devel libfreeglut-devel fltk-devel
|
||||
libopenal-devel osg-devel plib-devel simgear"
|
||||
libopenal-devel libgsm-devel speex-devel sqlite-devel osg-devel plib-devel simgear
|
||||
$(vopt_if qt qt5-devel)"
|
||||
depends="flightgear-data>=${version}"
|
||||
short_desc="Sophisticated flight wimulator"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
|
@ -19,8 +20,11 @@ checksum="
|
|||
b5645d05b50728a89f091292bc557f440d8f8719dd9cebf7f5bf3fa8ea795780
|
||||
8cefa7c323d974d8e51fd23c97ae79dc731e65b81e1729cb1bc9bc1f99df128b"
|
||||
|
||||
build_options="qt"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" -DSIMGEAR_COMPILE_TEST_EXITCODE=0"
|
||||
else
|
||||
build_options_default="qt"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue