mutter/mutter-new-libgudev.patch
Dominique Leuenberger 72ccf65bd0 Accepting request 522122 from GNOME:Next
Since upstream called .92 without releasing mutter and gnome-shell .92, make patch official, fix build in G:F and :G

OBS-URL: https://build.opensuse.org/request/show/522122
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=251
2017-09-07 19:21:06 +00:00

32 lines
978 B
Diff

From 361bf847af82c7dca097302fe64c575079280c9c Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Fri, 1 Sep 2017 02:06:38 +0200
Subject: build: Require libgudev >= 232
And remove the g_autoptr implementations in mutter itself.
https://bugzilla.gnome.org/show_bug.cgi?id=760670
---
configure.ac | 4 ++--
src/backends/native/meta-launcher.c | 4 ----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/backends/native/meta-launcher.c b/src/backends/native/meta-launcher.c
index 90b4b98..eb35f88 100644
--- a/src/backends/native/meta-launcher.c
+++ b/src/backends/native/meta-launcher.c
@@ -49,10 +49,6 @@
#define DRM_CARD_UDEV_DEVICE_TYPE "drm_minor"
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUdevDevice, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUdevClient, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUdevEnumerator, g_object_unref)
-
struct _MetaLauncher
{
Login1Session *session_proxy;
--
cgit v0.12