summaryrefslogtreecommitdiff
path: root/multimedia/kodi/files/patch-xbmc_windowing_WindowingFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kodi/files/patch-xbmc_windowing_WindowingFactory.h')
-rw-r--r--multimedia/kodi/files/patch-xbmc_windowing_WindowingFactory.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/kodi/files/patch-xbmc_windowing_WindowingFactory.h b/multimedia/kodi/files/patch-xbmc_windowing_WindowingFactory.h
deleted file mode 100644
index c8c252dd903a..000000000000
--- a/multimedia/kodi/files/patch-xbmc_windowing_WindowingFactory.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- xbmc/windowing/WindowingFactory.h.orig 2015-11-12 02:33:50 UTC
-+++ xbmc/windowing/WindowingFactory.h
-@@ -38,11 +38,14 @@
- #elif defined(TARGET_LINUX) && defined(HAS_GLES) && defined(HAS_EGL) && !defined(HAVE_X11)
- #include "egl/WinSystemEGL.h"
-
--#elif defined(TARGET_FREEBSD) && defined(HAS_GL) && defined(HAVE_X11)
--#include "X11/WinSystemX11GL.h"
-+#elif defined(TARGET_FREEBSD) && defined(HAVE_X11) && defined(HAS_GL)
-+#include "X11/WinSystemX11GLContext.h"
-
--#elif defined(TARGET_FREEBSD) && defined(HAS_GLES) && defined(HAS_EGL)
--#include "egl/WinSystemGLES.h"
-+#elif defined(TARGET_FREEBSD) && defined(HAVE_X11) && defined(HAS_GLES)
-+#include "X11/WinSystemX11GLESContext.h"
-+
-+#elif defined(TARGET_FREEBSD) && defined(TARGET_RASPBERRY_PI)
-+#include "egl/WinSystemEGL.h"
-
- #elif defined(TARGET_DARWIN_OSX)
- #include "osx/WinSystemOSXGL.h"