1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-24 13:48:32 +00:00
morpheus/pkgs/xsetroot
2014-03-01 01:45:56 +02:00

5 lines
133 B
Plaintext

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