drop upstreamed patch

This commit is contained in:
Matthias Clasen 2013-03-19 17:50:15 -04:00
parent 7253ce5491
commit a53cf8acc4

View File

@ -12,9 +12,6 @@ License: LGPLv2+
URL: http://www.clutter-project.org/
Source0: http://download.gnome.org/sources/clutter/1.13/clutter-%{version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=695838
Patch0: 0001-clutter-Prefer-the-X11-backend-to-the-Wayland-one.patch
BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel
BuildRequires: cairo-gobject-devel gdk-pixbuf2-devel atk-devel
BuildRequires: cogl-devel >= 1.13.4
@ -77,7 +74,6 @@ This package contains documentation for clutter.
%prep
%setup -q
%patch0 -p1
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;