diff options
| author | phintuka <phintuka> | 2012-01-30 10:41:56 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2012-01-30 10:41:56 +0000 |
| commit | ddd2780f6c1be7d2fdf0947d1dd70fc5a095e83d (patch) | |
| tree | 046b7574ca27d1aa88ba238399f8ecc98feea090 /configure | |
| parent | 26622a40d16397978de596290b33ecfe7359c9c8 (diff) | |
| download | xineliboutput-ddd2780f6c1be7d2fdf0947d1dd70fc5a095e83d.tar.gz xineliboutput-ddd2780f6c1be7d2fdf0947d1dd70fc5a095e83d.tar.bz2 | |
OpenGL does not depend on XRender anymore
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.38 2011-06-11 08:38:43 phintuka Exp $ +# * $Id: configure,v 1.39 2012-01-30 10:41:56 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -334,8 +334,7 @@ check_deps(){ disabled vdr && disable libextractor libcap libbluray disabled dlfcn && disable opengl disabled pthread && disable opengl - disabled xrender && disable opengl - disabled xshape && disable opengl + disabled xrender && disable xshape xshm } check_deps |
