From 5ff9bd5c9dbd212026ad65da955c280d4a04bef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 2 Jun 2020 19:53:15 +0200 Subject: [PATCH] meson/PKGBUILD: require fcft 2.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We really want that ÖCD RGB/BGR fix... --- PKGBUILD | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c3b0f929..bd404b85 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ arch=('x86_64') url=https://codeberg.org/dnkl/foot license=(mit) makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols' 'tllist>=1.0.1') -depends=('libxkbcommon' 'wayland' 'pixman' 'fcft>=2.1.0') +depends=('libxkbcommon' 'wayland' 'pixman' 'fcft>=2.1.1') source=() pkgver() { diff --git a/meson.build b/meson.build index a61f964d..c6e9e050 100644 --- a/meson.build +++ b/meson.build @@ -58,7 +58,7 @@ wayland_cursor = dependency('wayland-cursor') xkb = dependency('xkbcommon') tllist = dependency('tllist', version: '>=1.0.1', fallback: 'tllist') -fcft = dependency('fcft', version: ['>=2.1.0', '<3.0.0'], fallback: 'fcft') +fcft = dependency('fcft', version: ['>=2.1.1', '<3.0.0'], fallback: 'fcft') wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')