1
0
forked from jengelh/virtualbox

Accepting request 981277 from home:dimstar:Factory

- Explicitly BuildRequire pkgconfig(glx) and pkgconfig(glu): This
  happened to be pulled in by SDL-devel, but with the switch to
  sdl12-compat, this no longer happens. Virtualbox explicitly
  checks for them though, so it is our own responsibility to have
  those deps in place.

OBS-URL: https://build.opensuse.org/request/show/981277
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=641
This commit is contained in:
Larry Finger
2022-06-08 15:32:24 +00:00
committed by Git OBS Bridge
parent 1d9fb23722
commit 3cfa6ab80d
2 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 8 07:54:46 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Explicitly BuildRequire pkgconfig(glx) and pkgconfig(glu): This
happened to be pulled in by SDL-devel, but with the switch to
sdl12-compat, this no longer happens. Virtualbox explicitly
checks for them though, so it is our own responsibility to have
those deps in place.
-------------------------------------------------------------------
Fri May 27 22:27:02 UTC 2022 - Larry Finger <Larry.Finger@gmail.com>