diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-09-01 14:49:10 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-09-01 14:49:10 +0000 |
commit | ddab57ac262e7db79f8a360d239b91f6055fa2e9 (patch) | |
tree | ea843f2972e798dc0ab09182ca7949f468e12c12 /packages/efl1/imlib2/remove-local-includes.patch | |
parent | 4c4356e00c9bf163e6417dfacee54de5afa06bf1 (diff) |
imlib2: explicitly state that we're building a version with X11 support
add patch to remove using local X11 includes
Diffstat (limited to 'packages/efl1/imlib2/remove-local-includes.patch')
-rw-r--r-- | packages/efl1/imlib2/remove-local-includes.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/efl1/imlib2/remove-local-includes.patch b/packages/efl1/imlib2/remove-local-includes.patch new file mode 100644 index 0000000000..bc85b10424 --- /dev/null +++ b/packages/efl1/imlib2/remove-local-includes.patch @@ -0,0 +1,15 @@ +Index: imlib2/configure.in +=================================================================== +--- imlib2.orig/configure.in 2007-09-01 14:34:26.000000000 +0000 ++++ imlib2/configure.in 2007-09-01 14:35:07.000000000 +0000 +@@ -188,9 +188,7 @@ + + if test "x$have_x" = "xyes"; then + AC_PATH_XTRA +- x_dir=${x_dir:-/usr/X11R6} +- x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}} +- x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext" ++ x_libs="-lX11 -lXext" + AM_CONDITIONAL(BUILD_X11, true) + AC_DEFINE(BUILD_X11, 1, [enabling X11 support]) + else |