1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 01:17:06 +00:00
termux-packages/x11-packages/xfce4-session/xfsm-shutdown-fallback.c.patch
2022-04-18 14:36:10 +05:30

12 lines
397 B
Diff

--- xfce4-session-4.12.1/xfce4-session/xfsm-shutdown-fallback.c 2014-12-07 13:18:40.000000000 +0530
+++ xfce4-session/xfce4-session/xfsm-shutdown-fallback.c 2019-02-04 11:10:01.104865553 +0530
@@ -135,7 +135,7 @@
-#ifdef BACKEND_TYPE_LINUX
+#ifdef BACKEND_TYPE_LINUX && !defined(__ANDROID__) /* Dont support in ANDROID */
static gboolean
linux_supports_sleep_state (const gchar *state)
{