Accepting request 106141 from GNOME:Factory
Add missing BuildRequires (forwarded request 106058 from dimstar) OBS-URL: https://build.opensuse.org/request/show/106141 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=42
This commit is contained in:
commit
cf9c3e82a3
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 13:46:19 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Add explicit libSM-devel, libX11-devel, libXext-devel,
|
||||||
|
libXinerama-devel, libXrandr-devel, pkgconfig(xcomposite),
|
||||||
|
pkgconfig(xcursor), pkgconfig(xdamage), pkgconfig(xfixes),
|
||||||
|
pkgconfig(xrender) BuildRequires: we need all of those, and some
|
||||||
|
are not implicitly brought in after the big xorg-x11 packaging
|
||||||
|
change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 8 06:45:44 UTC 2012 - vuntz@opensuse.org
|
Wed Feb 8 06:45:44 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
10
mutter.spec
10
mutter.spec
@ -30,12 +30,22 @@ BuildRequires: gnome-doc-utils-devel
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk3-devel >= 3.3.7
|
BuildRequires: gtk3-devel >= 3.3.7
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXinerama-devel
|
||||||
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: zenity
|
BuildRequires: zenity
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
|
BuildRequires: pkgconfig(xcomposite) >= 0.2
|
||||||
|
BuildRequires: pkgconfig(xcursor)
|
||||||
|
BuildRequires: pkgconfig(xdamage)
|
||||||
|
BuildRequires: pkgconfig(xfixes)
|
||||||
|
BuildRequires: pkgconfig(xrender)
|
||||||
%if 0%{?BUILD_FROM_VCS}
|
%if 0%{?BUILD_FROM_VCS}
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user