SHA256
1
0
forked from pool/wine

Accepting request 624836 from home:tobijk:branches:Emulators

- Switch to using pkgconfig for dri2proto as dri2proto-devel does 
  not exist in "Factory" anymore, it is now provided by 
  xorgproto-devel, yet using pkgconfig is more robust

OBS-URL: https://build.opensuse.org/request/show/624836
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=529
This commit is contained in:
Ismail Dönmez 2018-07-24 08:47:19 +00:00 committed by Git OBS Bridge
parent 451f6b5227
commit 4b9334ea22
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 23 14:54:27 UTC 2018 - tobias.johannes.klausmann@mni.thm.de
- Switch to using pkgconfig for dri2proto as dri2proto-devel does
not exist in "Factory" anymore, it is now provided by
xorgproto-devel, yet using pkgconfig is more robust
-------------------------------------------------------------------
Sat Jul 21 08:15:41 UTC 2018 - meissner@suse.com

View File

@ -156,8 +156,8 @@ BuildRequires: libva-devel
# upstream patch target version
%define nine_version 3.12
BuildRequires: Mesa-libd3d-devel
BuildRequires: dri2proto-devel
BuildRequires: libOSMesa-devel
BuildRequires: pkgconfig(dri2proto)
Source110: wine-d3d9-patches-%{nine_version}.tar.xz
%endif