From 92750c552f41ef64479b0f77e264c3a51af95909325b6d8cb98e3107b2dd1be3 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Thu, 11 Jan 2018 08:21:15 +0000 Subject: [PATCH] Accepting request 563449 from home:elvigia:branches:X11:XOrg - -devel package requires pkgconfig(x11), pkgconfig(egl) but those deps are not generated automatically. OBS-URL: https://build.opensuse.org/request/show/563449 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libepoxy?expand=0&rev=9 --- libepoxy.changes | 6 ++++++ libepoxy.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/libepoxy.changes b/libepoxy.changes index b6839a4..1d701f6 100644 --- a/libepoxy.changes +++ b/libepoxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 10 21:57:40 UTC 2018 - crrodriguez@opensuse.org + +- -devel package requires pkgconfig(x11), pkgconfig(egl) + but those deps are not generated automatically. + ------------------------------------------------------------------- Tue Jun 6 10:16:41 UTC 2017 - zaitor@opensuse.org diff --git a/libepoxy.spec b/libepoxy.spec index 3544feb..22ee40f 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -61,6 +61,9 @@ function names like glCompileShader(). Summary: Development files for libepoxy Group: Development/Libraries/C and C++ Requires: %{name}%{sonum} = %{version} +Requires: pkgconfig(x11) +Requires: pkgconfig(egl) +Requires: glibc-devel %description devel Epoxy is a library for handling OpenGL function pointer management for you.