Add patch to the Ubuntu build process for 12.04
We need to build with Qt4 on 12.04. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e8c13fb737
commit
400cc01c26
@ -31,6 +31,7 @@ override_dh_auto_configure:
|
||||
make -j8 ; \
|
||||
mkdir include ; cd include ; for i in `find ../../marble-source -name \*.h` ; do ln -s $$i . ; done ; \
|
||||
ln -s . marble )
|
||||
patch -p1 < packaging/ubuntu/0001-Make-build-with-Qt4.patch
|
||||
qmake LIBDCDEVEL=./libdivecomputer LIBGIT2DEVEL=./libgit2 LIBGIT2STATIC=1 LIBMARBLEDEVEL=./marble-build SPECIAL_MARBLE_PREFIX=1 subsurface.pro
|
||||
|
||||
override_dh_installchangelogs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user