31 lines
826 B
Diff
31 lines
826 B
Diff
From ccddf2e0ac4ad122302aa761d29b1b917ef35e6b Mon Sep 17 00:00:00 2001
|
|
From: maxice8 <thinkabit.ukim@gmail.com>
|
|
Date: Tue, 7 Aug 2018 15:28:00 -0300
|
|
Subject: [PATCH] add missing xwayland-config.h.meson.in from tarball
|
|
|
|
---
|
|
include/xwayland-config.h.meson.in | 11 +++++++++++
|
|
1 file changed, 11 insertions(+)
|
|
create mode 100644 include/xwayland-config.h.meson.in
|
|
|
|
diff --git a/include/xwayland-config.h.meson.in b/include/xwayland-config.h.meson.in
|
|
new file mode 100644
|
|
index 0000000..0943ff5
|
|
--- /dev/null
|
|
+++ include/xwayland-config.h.meson.in
|
|
@@ -0,0 +1,11 @@
|
|
+/* xwayland-config.h.meson.in: not at all generated */
|
|
+
|
|
+#pragma once
|
|
+
|
|
+#include <dix-config.h>
|
|
+
|
|
+/* Build glamor support for Xwayland */
|
|
+#mesondefine XWL_HAS_GLAMOR
|
|
+
|
|
+/* Build eglstream support for Xwayland */
|
|
+#mesondefine XWL_HAS_EGLSTREAM
|
|
--
|
|
2.18.0
|
|
|