Description: Ignore missing EGL support (version in Debian is too old)
Author: Simon Richter <sjr@debian.org>
Last-Update: 2013-04-15

Index: beignet-0.1+~icd/backend/src/backend/program.cpp
===================================================================
--- beignet-0.1+~icd.orig/backend/src/backend/program.cpp	2013-04-16 21:50:01.000000000 +0200
+++ beignet-0.1+~icd/backend/src/backend/program.cpp	2013-04-16 21:51:38.745241285 +0200
@@ -118,7 +118,7 @@
     fclose(clFile);
 
     // Now compile the code to llvm using clang
-#if LLVM_VERSION_MINOR <= 1
+#if 1 //LLVM_VERSION_MINOR <= 1
     std::string compileCmd = "clang -x cl -fno-color-diagnostics -emit-llvm -O3 -ccc-host-triple ptx32 -c ";
 #else
     std::string compileCmd = "clang -ffp-contract=off -emit-llvm -O3 -target nvptx -x cl -c ";
