- update to evas-43006
This commit is contained in:
Stephan Raue 2009-10-11 13:21:49 +02:00
parent f25d5ef2cd
commit 87c0360185
2 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,12 @@
--- evas-r42497/configure.orig 2009-09-17 14:07:09.000000000 +0200
+++ evas-r42497/configure 2009-09-17 14:07:47.000000000 +0200
@@ -26038,7 +26038,7 @@
diff -Naur evas-43006/configure evas.patch/configure
--- evas-43006/configure 2009-10-11 01:41:13.000000000 +0200
+++ evas.patch/configure 2009-10-11 03:30:26.949656300 +0200
@@ -26077,7 +26077,7 @@
x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11"
fi
- evas_engine_gl_x11_cflags="-I/usr/include ${x_cflags}"
+ evas_engine_gl_x11_cflags="${x_cflags}"
evas_engine_gl_x11_libs="${x_libs} -lGL -lGLU -lpthread"
fi
evas_engine_gl_x11_libs="${x_libs} -lGL -lpthread"
evas_engine_gl_common_libs="-lGL -lpthread"
else

View File

@ -1 +1 @@
http://sources.openelec.tv/svn/evas-42899.tar.bz2
http://sources.openelec.tv/svn/evas-43006.tar.bz2