SHA256
1
0
forked from pool/Mesa

- fixed buildreqs due to splitted xorg-x11-libs

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=187
This commit is contained in:
Stefan Dirsch 2012-02-09 20:16:37 +00:00 committed by Git OBS Bridge
parent 93835e1813
commit bb2a4a58b4
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 9 20:01:37 UTC 2012 - sndirsch@suse.com
- fixed buildreqs due to splitted xorg-x11-libs
-------------------------------------------------------------------
Thu Dec 1 11:15:48 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package Mesa
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -13,6 +13,9 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#
%define _version 7.11.1
@ -31,8 +34,10 @@ BuildRequires: libtalloc-devel
BuildRequires: libudev-devel
BuildRequires: libxml2-python
BuildRequires: pkgconfig
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xext)
BuildRequires: python-base
BuildRequires: xorg-x11-devel
BuildRequires: xorg-x11-util-devel
%ifarch %ix86 x86_64
BuildRequires: llvm-devel
%endif
@ -84,7 +89,7 @@ Authors:
Brian Paul
%package devel
Requires: Mesa = %version xorg-x11-devel libdrm-devel libudev-devel
Requires: Mesa = %version libdrm-devel libudev-devel
Summary: Libraries, includes and more to develop Mesa applications
Group: Development/Libraries/X11
# bug437293