]> git.pld-linux.org Git - packages/spice-space.git/blob - spice-link.patch
3d3a70e8077241387005eddfc4100047522cf4bd
[packages/spice-space.git] / spice-link.patch
1 --- spice-0.10.1/server/Makefile.am.orig        2011-11-28 11:05:49.000000000 +0100
2 +++ spice-0.10.1/server/Makefile.am     2012-01-26 21:33:38.849481160 +0100
3 @@ -48,6 +48,7 @@
4         $(SLIRP_LIBS)                                   \
5         $(SSL_LIBS)                                     \
6         $(Z_LIBS)                                       \
7 +       -lpthread                                       \
8         $(NULL)
9  
10  libspice_server_la_SOURCES =                   \
11 --- spice-0.10.0/configure.ac.orig      2011-11-13 08:37:42.000000000 +0100
12 +++ spice-0.10.0/configure.ac   2011-11-13 08:38:30.260509328 +0100
13 @@ -246,6 +246,7 @@
14  if test "x$enable_opengl" = "xyes"; then
15     AC_CHECK_LIB(GL, glBlendFunc, GL_LIBS="$GL_LIBS -lGL", enable_opengl=no)
16     AC_CHECK_LIB(GLU, gluSphere, GL_LIBS="$GL_LIBS -lGLU", enable_opengl=no)
17 +   AC_CHECK_LIB(X11, XOpenDisplay, GL_LIBS="$GL_LIBS -lX11", have_opengl=no)
18     AC_DEFINE([USE_OPENGL], [1], [Define to build with OpenGL support])
19     AC_DEFINE([GL_GLEXT_PROTOTYPES], [], [Enable GLExt prototypes])
20  
This page took 0.071089 seconds and 2 git commands to generate.