From c69c13e9669ef0fb091db13d9afbf19daa1e5424 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 12 Nov 2021 13:28:40 +0300 Subject: [PATCH] Set libdrm requires to pkgconfig(libdrm) --- SPECS/cogl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/cogl.spec b/SPECS/cogl.spec index 5765c60..56f9641 100644 --- a/SPECS/cogl.spec +++ b/SPECS/cogl.spec @@ -28,7 +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(libdrm) BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(gbm)