]> git.pld-linux.org Git - packages/spice-space.git/blame - spice-link.patch
- updated to 0.8.2
[packages/spice-space.git] / spice-link.patch
CommitLineData
8a86771e
JB
1--- spice-0.8.1/server/Makefile.am.orig 2011-03-24 15:25:19.000000000 +0100
2+++ spice-0.8.1/server/Makefile.am 2011-07-16 20:32:00.693757490 +0200
3@@ -71,6 +71,7 @@
4 $(SLIRP_LIBS) \
5 $(LIBRT) \
6 $(Z_LIBS) \
7+ -lpthread \
8 $(NULL)
9
10 if SUPPORT_TUNNEL
e68ab450
JB
11--- spice-0.8.2/configure.ac.orig 2011-07-25 20:55:56.000000000 +0200
12+++ spice-0.8.2/configure.ac 2011-07-25 20:57:18.293178544 +0200
13@@ -237,6 +237,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)
8a86771e
JB
17+ AC_CHECK_LIB(X11, XOpenDisplay, GL_LIBS="$GL_LIBS -lX11", have_opengl=no)
18 GL_CFLAGS="-DGL_GLEXT_PROTOTYPES -DUSE_OGL"
19
e68ab450 20 if test "x$enable_opengl" = "xno"; then
This page took 0.088382 seconds and 4 git commands to generate.