From 7b0628f037dcbf85cfb381d5e05dea39a2059d33 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 25 May 2022 22:50:03 +0100 Subject: fixed various broken dependencies --- repo/system/libptytty/libptytty.xibuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'repo/system/libptytty/libptytty.xibuild') diff --git a/repo/system/libptytty/libptytty.xibuild b/repo/system/libptytty/libptytty.xibuild index bc36364..19d5cc1 100644 --- a/repo/system/libptytty/libptytty.xibuild +++ b/repo/system/libptytty/libptytty.xibuild @@ -1,6 +1,6 @@ #!/bin/sh -MAKEDEPS="meson cmake" +MAKEDEPS="meson cmake utmps" DEPS="musl" PKG_VER=2.0 @@ -13,7 +13,9 @@ build () { cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ - -DPT_UTMP_FILE:STRING=/run/utmp \ + -DUTMP_SUPPORT=OFF \ + -DWTMP_SUPPORT=OFF \ + -DLASTLOG_SUPPORT=OFF \ .. && make -- cgit v1.2.1