]> git.pld-linux.org Git - packages/libtermkey.git/commitdiff
Need pkgconfig or unibilium check
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 Feb 2021 12:06:58 +0000 (14:06 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 15 Feb 2021 12:06:58 +0000 (14:06 +0200)
> ifeq ($(call pkgconfig, --atleast-version=0.1.0 unibilium && echo 1),1)

libtermkey.spec

index cf199fdfd90e28e98e438f62ffefcf3d8cd64714..6773a222a0904d0cb5662a11add5eba9e8841e4a 100644 (file)
@@ -16,8 +16,9 @@ Patch1:         0002-include-stdlib.h-for-putenv.patch
 URL:           http://www.leonerd.org.uk/code/libtermkey/
 BuildRequires: gcc
 BuildRequires: libtool
+BuildRequires: pkgconfig
 %if %{with unibilium}
-BuildRequires: unibilium-devel
+BuildRequires: unibilium-devel >= 0.1.0
 %else
 BuildRequires: pkgconfig(tinfo)
 %endif
This page took 0.130639 seconds and 4 git commands to generate.