From 57c361c23b9ebf7d22214faaea7e03e298fb0ceccd30ed6ca092dbe31ba30a11 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 2 Oct 2017 10:30:24 +0000 Subject: [PATCH] switch to pkgconfig OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=60 --- SDL2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL2.spec b/SDL2.spec index 8928ae7..d5d9ddd 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -53,8 +53,8 @@ BuildRequires: pkgconfig(glesv2) %endif BuildRequires: pkgconfig(ice) # KMS/DRM driver needs libdrm and libgbm -BuildRequires: libdrm-devel >= 2.4.46 -BuildRequires: libgbm-devel >= 9.0.0 +BuildRequires: pkgconfig(libdrm) >= 2.4.46 +BuildRequires: pkgconfig(libgbm) >= 9.0.0 %if 0%{?suse_version} > 1220 BuildRequires: pkgconfig(tslib) %endif