summarylogtreecommitdiffstats
path: root/meshlabserver_GLU.patch
blob: 4b2ac58b6a39d99b0af3e31e179c4a5530c66e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- meshlab.orig/src/meshlabserver/meshlabserver.pro	2016-10-30 12:35:34.339895028 +0100
+++ meshlab/src/meshlabserver/meshlabserver.pro	2016-10-30 12:34:55.426965662 +0100
@@ -29,11 +29,11 @@
 win32-msvc2012:  LIBS += -L../distrib -lcommon -lopengl32 -lGLU32
 win32-msvc2015:  LIBS += -L../distrib -lcommon -lopengl32 -lGLU32
 win32-g++:  LIBS += -L../distrib -lcommon      
-linux-g++:  LIBS += -L../distrib -lcommon
+linux-g++:  LIBS += -L../distrib -lcommon -lGLU
 linux-g++:QMAKE_LFLAGS += -Wl,-rpath,/usr/lib/meshlab
-linux-g++-32:  LIBS += -L../distrib -lcommon
+linux-g++-32:  LIBS += -L../distrib -lcommon -lGLU
 linux-g++-32:QMAKE_LFLAGS += -Wl,-rpath,/usr/lib/meshlab
-linux-g++-64:  LIBS += -L../distrib -lcommon
+linux-g++-64:  LIBS += -L../distrib -lcommon -lGLU
 linux-g++-64:QMAKE_LFLAGS += -Wl,-rpath,/usr/lib/meshlab
 #CONFIG (release,debug | release) {
 #	win32-msvc2005:release:  LIBS += -L../common/release -lcommon