1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 21:41:23 +00:00
morpheus/pkgs/xsetroot
2014-02-28 14:22:25 +02:00

5 lines
145 B
Plaintext

build: tinyxlib
cd stuff
$CC -I"$libcroot/include" -L"$libcroot/lib" xsetroot.c -o xsetroot -lX11 -static || return 1
cp xsetroot "$root/bin"