diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2013-09-25 22:21:35 +0200 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2015-11-21 13:50:46 +0000 |
commit | c5c176a5c7718177f23b07981556b5d460627498 (patch) | |
tree | 5ef4f1700ac263abfffce7a9ec1ea31889f9e1be /server/Makefile.am | |
parent | 1f27043b8264c2c43e62269992cbfd85d9753482 (diff) |
server: remove OpenGL
This is really not supported, requires X11, so better to remove it for
now. Some day it might be revived, using DRM, ..
Note for later, this could be removed too (not used by client):
- spice-common/common/ogl_ctx
Acked-by: Fabiano FidĂȘncio <fidencio@redhat.com>
Diffstat (limited to 'server/Makefile.am')
-rw-r--r-- | server/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/Makefile.am b/server/Makefile.am index 669664ab..449d3acd 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -145,13 +145,6 @@ libspice_server_la_SOURCES = \ dcc-encoders.h \ $(NULL) -if HAVE_GL -libspice_server_la_SOURCES += \ - reds_gl_canvas.c \ - reds_gl_canvas.h \ - $(NULL) -endif - if HAVE_SMARTCARD libspice_server_la_SOURCES += \ smartcard.c \ |