b0b55fd
From: Pavel Grunt <pgrunt@redhat.com>
b0b55fd
Date: Fri, 11 Mar 2016 14:40:59 +0100
b0b55fd
Subject: [PATCH] spice: F24 spice has backported gl support
b0b55fd
b0b55fd
Not for upstream, this just adjusts the version check to work with
b0b55fd
f24 backported spice gl support
b0b55fd
---
b0b55fd
 include/ui/spice-display.h | 2 +-
b0b55fd
 1 file changed, 1 insertion(+), 1 deletion(-)
b0b55fd
b0b55fd
diff --git a/include/ui/spice-display.h b/include/ui/spice-display.h
73cbb80
index 568b64a..3c679e8 100644
b0b55fd
--- a/include/ui/spice-display.h
b0b55fd
+++ b/include/ui/spice-display.h
b0b55fd
@@ -25,7 +25,7 @@
b0b55fd
 #include "sysemu/sysemu.h"
b0b55fd
 
b0b55fd
 #if defined(CONFIG_OPENGL_DMABUF)
b0b55fd
-# if SPICE_SERVER_VERSION >= 0x000d01 /* release 0.13.1 */
b0b55fd
+# if SPICE_SERVER_VERSION >= 0x000c07 /* release 0.12.7 */
b0b55fd
 #  define HAVE_SPICE_GL 1
b0b55fd
 #  include "ui/egl-helpers.h"
b0b55fd
 #  include "ui/egl-context.h"