On November 27, 2010 07:14:00 pm Kornel Benko wrote:
> I propose to drop the /usr/lib/libGL.so.1-dependency.

is there any disadvantage doing so?

while we are at it, the Debian packages drops a couple of other dependencies.  
Should we drop them too? see attached patch.


> I even don't understand, how you got this dpkg-shlibdeps -error.
> No such error here, neither by creating the package, nor by installing.

are you creating the package with CMake / `make package` ?

or are you creating a proper package with `dpkg-buildpackage -rfakeroot -b -uc 
-us` ?

Yuv


diff -NurbBp a/CMakeModules/FindGLUT.cmake b/CMakeModules/FindGLUT.cmake
--- a/CMakeModules/FindGLUT.cmake	2010-07-16 22:37:17.000000000 +0200
+++ b/CMakeModules/FindGLUT.cmake	2010-07-17 18:39:42.000000000 +0200
@@ -70,8 +70,6 @@ IF(GLUT_INCLUDE_DIR)
     # If not, we need some way to figure out what platform we are on.
     SET( GLUT_LIBRARIES
       ${GLUT_glut_LIBRARY}
-      ${GLUT_Xmu_LIBRARY}
-      ${GLUT_Xi_LIBRARY} 
       ${GLUT_cocoa_LIBRARY}
       )
     SET( GLUT_FOUND "YES" )

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to