diff --git a/perl-OpenGL.changes b/perl-OpenGL.changes index 935df13..493fae2 100644 --- a/perl-OpenGL.changes +++ b/perl-OpenGL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 2 22:36:38 UTC 2018 - stefan.bruens@rwth-aachen.de + +- Add Mesa-dri to BuildRequires, required for %check/xvfb-run + ------------------------------------------------------------------- Sat Jun 3 13:19:53 UTC 2017 - christophe@krop.fr diff --git a/perl-OpenGL.spec b/perl-OpenGL.spec index c7293e3..4c2a582 100644 --- a/perl-OpenGL.spec +++ b/perl-OpenGL.spec @@ -1,7 +1,7 @@ # # spec file for package perl-OpenGL # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,6 +34,9 @@ BuildRequires: perl BuildRequires: perl-macros %{perl_requires} # MANUAL BEGIN +%if 0%{suse_version} >= 1500 +BuildRequires: Mesa-dri +%endif BuildRequires: freeglut-devel BuildRequires: gcc-c++ BuildRequires: xvfb-run