SHA256
1
0
forked from pool/libepoxy

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
This commit is contained in:
Michal Srb
2018-01-11 08:21:15 +00:00
committed by Git OBS Bridge
parent ff4d2de005
commit 92750c552f
2 changed files with 9 additions and 0 deletions

View File

@@ -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.