From b3350991d202c11c9cb5571f3271a73aecc121afa4ecaf387a7f446025fde2bf Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 8 Jan 2015 09:14:47 +0000 Subject: [PATCH] use pkgconfig() for BuildRequires OBS-URL: https://build.opensuse.org/package/show/games/SDL_image?expand=0&rev=20 --- SDL_image.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL_image.spec b/SDL_image.spec index 32b50b1..b1ae8aa 100644 --- a/SDL_image.spec +++ b/SDL_image.spec @@ -31,7 +31,7 @@ Source3: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libjpeg-devel BuildRequires: libtiff-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(sdl)