lib symlink fix

This commit is contained in:
Gambhiro 2015-12-16 04:28:25 +00:00
parent d142ca6d07
commit ea261c4c5e
3 changed files with 9 additions and 3 deletions

View File

@ -47,8 +47,8 @@ macx {
!macx {
CONFIG += precompile_header
LIBS += -L/usr/lib/x86_64-linux-gnu -L$LOCAL_LIB_DIR -lGL
LIBS += -L/usr/lib/x86_64-linux-gnu -L$LOCAL_LIB_DIR -lOpenCL
LIBS += -L/usr/lib/x86_64-linux-gnu -L$$LOCAL_LIB_DIR -lGL
LIBS += -L/usr/lib/x86_64-linux-gnu -L$$LOCAL_LIB_DIR -lOpenCL
QMAKE_LFLAGS_RELEASE += -s
}

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
fractorium (0.9.9.2d-0ubuntu1) wily; urgency=low
* lib symlink fix
-- Gambhiro Bhikkhu <gambhiro.bhikkhu.85@gmail.com> Tue, 15 Dec 2015 18:28:11 +0000
fractorium (0.9.9.2b-0ubuntu3) wily; urgency=low
* include paths and deps for wily

View File

@ -17,7 +17,7 @@ Options:
--unsigned"
# version for the debian package
VERSION=0.9.9.2b
VERSION=0.9.9.2d
PROJECT=fractorium
PROJECT_ROOT=$PWD
PPA_DIR="$HOME/PPA/$PROJECT-$VERSION"