libSM: Remove util-linux dependency

This commit is contained in:
Dylan Araps 2020-02-08 00:44:32 +02:00
parent 5611459b28
commit 13165922f5
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr
--prefix=/usr \
--without-libuuid
make
make DESTDIR="$1" install

View File

@ -1,3 +1,2 @@
util-linux
libICE
pkgconf make