aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dolphin-emu/add-missing-x11-includes.patch
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-06-29 13:00:16 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-07-09 20:51:50 -0300
commit65df6ed5fecbb2f31327f9aa0cb4431642535b1a (patch)
tree4a7b861695f375bd276fc942393f5d595fcecf89 /testing/dolphin-emu/add-missing-x11-includes.patch
parent361846824039b9e863e16de0bd2fef60da229c4c (diff)
downloadaports-65df6ed5fecbb2f31327f9aa0cb4431642535b1a.tar.bz2
aports-65df6ed5fecbb2f31327f9aa0cb4431642535b1a.tar.xz
testing/dolphin-emu: new aport
Diffstat (limited to 'testing/dolphin-emu/add-missing-x11-includes.patch')
-rw-r--r--testing/dolphin-emu/add-missing-x11-includes.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/dolphin-emu/add-missing-x11-includes.patch b/testing/dolphin-emu/add-missing-x11-includes.patch
new file mode 100644
index 0000000000..2b9db2ca71
--- /dev/null
+++ b/testing/dolphin-emu/add-missing-x11-includes.patch
@@ -0,0 +1,21 @@
+From ac17ff1e4400b80ce0be64911bf1c4f1ac548c34 Mon Sep 17 00:00:00 2001
+From: Shiz <hi@shiz.me>
+Date: Sat, 29 Jun 2019 02:21:47 +0200
+Subject: [PATCH] Core: add missing X11 includes
+
+---
+ Source/Core/DolphinNoGUI/PlatformX11.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Source/Core/DolphinNoGUI/PlatformX11.cpp b/Source/Core/DolphinNoGUI/PlatformX11.cpp
+index af8993a4a58..dfa1c0729d3 100644
+--- a/Source/Core/DolphinNoGUI/PlatformX11.cpp
++++ b/Source/Core/DolphinNoGUI/PlatformX11.cpp
+@@ -18,6 +18,7 @@
+
+ #include <X11/Xatom.h>
+ #include <X11/Xlib.h>
++#include <X11/Xutil.h>
+ #include <X11/keysym.h>
+ #include "UICommon/X11Utils.h"
+ #include "VideoCommon/RenderBase.h"