diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:34 +0300 |
commit | 5b8acff505dc2ef704424f96f44ce74b1f576956 (patch) | |
tree | 9ed9e8b1dfd3bcdf89c5f3f8eae3784a4f3aa498 /extra/xcb-util-cursor/build | |
parent | 335015592971f2ebaec9f5e776f4aafa21c7b7d2 (diff) | |
download | repository-5b8acff505dc2ef704424f96f44ce74b1f576956.tar.gz |
xcb-util-cursor: move to extra
Diffstat (limited to 'extra/xcb-util-cursor/build')
-rwxr-xr-x | extra/xcb-util-cursor/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/xcb-util-cursor/build b/extra/xcb-util-cursor/build new file mode 100755 index 00000000..7ca84fcf --- /dev/null +++ b/extra/xcb-util-cursor/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-static + +make +make DESTDIR="$1" install |