SHA256
1
0
forked from pool/mutter

Accepting request 322877 from home:namtrac:branches:GNOME:Factory

- Fix screen flickering on nvidia devices bgo#728464
  + Add the following commits from the 3.16 branch
    * build_fix_return_value_in_meta-sync-ring.c.patch
    * compositor_add_support_for_GL_EXT_x11_sync_object.patch
    * compositor_fix_GL_EXT_x11_sync_object_race_condition.patch
    * compositor_handle_fences_in_the_frontend_X_connection.patch
- Added autoconf and automake BuildRequires for the patches above

OBS-URL: https://build.opensuse.org/request/show/322877
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=177
This commit is contained in:
Bjørn Lie
2015-08-14 08:24:21 +00:00
committed by Git OBS Bridge
parent 30163eea51
commit cbb0f5b626
6 changed files with 1126 additions and 0 deletions

View File

@@ -30,6 +30,16 @@ License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/mutter/3.16/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM compositor_add_support_for_GL_EXT_x11_sync_object.patch bgo#728464
Patch1: compositor_add_support_for_GL_EXT_x11_sync_object.patch
# PATCH-FIX-UPSTREAM compositor_fix_GL_EXT_x11_sync_object_race_condition.patch bgo#728464
Patch2: compositor_fix_GL_EXT_x11_sync_object_race_condition.patch
# PATCH-FIX-UPSTREAM build_fix_return_value_in_meta-sync-ring.c.patch bgo#728464
Patch3: build_fix_return_value_in_meta-sync-ring.c.patch
# PATCH-FIX-UPSTREAM compositor_handle_fences_in_the_frontend_X_connection.patch bgo#728464
Patch4: compositor_handle_fences_in_the_frontend_X_connection.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: gobject-introspection-devel >= 0.9.5
BuildRequires: intltool
@@ -142,9 +152,14 @@ to develop applications that require these.
%lang_package
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
translation-update-upstream
%build
autoreconf
%configure \
--disable-static \
--enable-compile-warnings=maximum