From 89d183d3e3833ef49f24072b5e3510a98ffc18d7 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 12 Nov 2021 11:52:03 +0300 Subject: [PATCH] Added libdrm to build requires --- SPECS/cogl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/cogl.spec b/SPECS/cogl.spec index caaec13..5765c60 100644 --- a/SPECS/cogl.spec +++ b/SPECS/cogl.spec @@ -6,7 +6,7 @@ Name: cogl Version: 1.22.2 -Release: 10%{?dist} +Release: 10%{?dist}.alma Summary: A library for using 3D graphics hardware to draw pretty pictures License: LGPLv2+ @@ -28,6 +28,7 @@ Patch1: 0002-add-GL_ARB_shader_texture_lod-support.patch Patch2: 0003-texture-support-copy_sub_image.patch BuildRequires: chrpath +BuildRequires: libdrm BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(gbm) @@ -165,6 +166,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so %endif %changelog +* Fri Nov 12 2021 Eduard Abdullin - 1.22.2-10.alma +- Added libdrm to build requires + * Wed Feb 07 2018 Fedora Release Engineering - 1.22.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild