]> git.pld-linux.org Git - packages/spice-space.git/blame - spice-link.patch
- release 2 (by relup.sh)
[packages/spice-space.git] / spice-link.patch
CommitLineData
72bcb02f
JB
1--- spice-0.12.0/server/Makefile.am.orig 2012-09-18 21:40:06.012421018 +0200
2+++ spice-0.12.0/server/Makefile.am 2012-09-18 21:42:19.709084898 +0200
3@@ -38,6 +38,7 @@
4 $(SLIRP_LIBS) \
5 $(SSL_LIBS) \
6 $(Z_LIBS) \
7+ -lpthread \
8a86771e
JB
8 $(NULL)
9
0ffcd9c3
JB
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 @@
e68ab450
JB
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 17+ AC_CHECK_LIB(X11, XOpenDisplay, GL_LIBS="$GL_LIBS -lX11", have_opengl=no)
0ffcd9c3
JB
18 AC_DEFINE([USE_OPENGL], [1], [Define to build with OpenGL support])
19 AC_DEFINE([GL_GLEXT_PROTOTYPES], [], [Enable GLExt prototypes])
8a86771e 20
This page took 0.064719 seconds and 4 git commands to generate.