summaryrefslogtreecommitdiff
path: root/repo/system/libptytty
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-25 22:50:03 +0100
committerdavidovski <david@davidovski.xyz>2022-05-25 22:50:03 +0100
commit7b0628f037dcbf85cfb381d5e05dea39a2059d33 (patch)
tree4a534ef861d19cdf5235b504af5be2a5d0becb71 /repo/system/libptytty
parent79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (diff)
fixed various broken dependencies
Diffstat (limited to 'repo/system/libptytty')
-rw-r--r--repo/system/libptytty/libptytty.xibuild6
1 files changed, 4 insertions, 2 deletions
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