diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
commit | 970043469fb51ec85a2852073716185380f5276c (patch) | |
tree | bb5d436048d2e92c0d3dc662c5929b3c4216829f /extra/libXinerama/build | |
parent | 7360fecf24c1d344c27d1ef2668923497d41f698 (diff) | |
download | repository-970043469fb51ec85a2852073716185380f5276c.tar.gz |
libXinerama: move to extra
Diffstat (limited to 'extra/libXinerama/build')
-rwxr-xr-x | extra/libXinerama/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libXinerama/build b/extra/libXinerama/build new file mode 100755 index 00000000..105ed0c2 --- /dev/null +++ b/extra/libXinerama/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-malloc0returnsnull + +make +make DESTDIR="$1" install |