diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-09 13:06:42 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-09 13:06:42 +0200 |
commit | a0b84eb3fe57e370ccbeb2e495345be961b70fdd (patch) | |
tree | 1e2ef3bd5a014652af304a0cafb7fe5b6a75410a /extra/libdisplay-info/build | |
parent | fe0496012053aebdca0a9d12534928ab0c5f3633 (diff) | |
download | repository-a0b84eb3fe57e370ccbeb2e495345be961b70fdd.tar.gz |
libdisplay-info: add new package at 0.2.0
Diffstat (limited to 'extra/libdisplay-info/build')
-rwxr-xr-x | extra/libdisplay-info/build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/libdisplay-info/build b/extra/libdisplay-info/build new file mode 100755 index 00000000..8d4579c7 --- /dev/null +++ b/extra/libdisplay-info/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" +export DESTDIR="$1" + +cl-meson \ + -Ddefault_library=static \ + . output + +ninja -C output +ninja -C output install |