SHA256
8
0
forked from pool/perl-OpenGL

Accepting request 572159 from home:StefanBruens:3dPrinting

- Add Mesa-dri to BuildRequires, required for %check/xvfb-run

OBS-URL: https://build.opensuse.org/request/show/572159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-OpenGL?expand=0&rev=9
This commit is contained in:
2018-02-03 13:46:50 +00:00
committed by Git OBS Bridge
parent c58f6f0b19
commit 4c65667ec6
2 changed files with 9 additions and 1 deletions

View File

@@ -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 Sat Jun 3 13:19:53 UTC 2017 - christophe@krop.fr

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-OpenGL # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,9 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
%if 0%{suse_version} >= 1500
BuildRequires: Mesa-dri
%endif
BuildRequires: freeglut-devel BuildRequires: freeglut-devel
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: xvfb-run BuildRequires: xvfb-run