termux-packages/x11-packages/xwayland/xf86AutoConfig.c.patch
Leonid Pliushch 5c9a539117
add xwayland
2022-04-18 14:35:55 +05:30

11 lines
229 B
Diff

+++ ./hw/xfree86/common/xf86AutoConfig.c
@@ -294,7 +294,7 @@
xf86PciMatchDriver(md);
#endif
-#if defined(__linux__)
+#if defined(__linux__) && !defined(__ANDROID__)
xf86AddMatchedDriver(md, "modesetting");
#endif