Accepting request 106162 from GNOME:Factory

Fix build after xorg-x11 shuffle.

OBS-URL: https://build.opensuse.org/request/show/106162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=120
This commit is contained in:
Stephan Kulow 2012-02-21 11:38:17 +00:00 committed by Git OBS Bridge
commit 59e51c859b
2 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Feb 19 16:21:52 UTC 2012 - dimstar@opensuse.org
- Add pkgconfig() BuildRequires that used to be pulled in by
something else before (but the relayout of xorg-x11 packages
changed this behavior): fontconfig, x11, xcomposite, xcursor,
xdamage, xext, xfixes, xi, xinerama, xrandr, xrender.
-------------------------------------------------------------------
Tue Feb 7 07:36:17 UTC 2012 - vuntz@opensuse.org

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# When updating the binary version, do not forget to also update baselibs.conf
%define gtk_binary_version 2.10.0
@ -66,6 +67,17 @@ BuildRequires: libjasper-devel
BuildRequires: libtiff-devel
BuildRequires: pango-devel
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xrandr) >= 1.2.99
BuildRequires: pkgconfig(xrender)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description