diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 20:27:25 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 20:27:25 +0300 |
commit | 6c9cf9e0d6068bd35a11ff1c8f5a07a1033f2b5b (patch) | |
tree | 6ce3b3efc14f10940ef35c3b31538f633a1e9910 /extra/libdrm | |
parent | ae949309bf453afc0101bba6bf2a39824ea8ba11 (diff) | |
download | repository-6c9cf9e0d6068bd35a11ff1c8f5a07a1033f2b5b.tar.gz |
libdrm: use cl-meson, enable static libraries
Diffstat (limited to 'extra/libdrm')
-rwxr-xr-x | extra/libdrm/build | 6 | ||||
-rw-r--r-- | extra/libdrm/version | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/libdrm/build b/extra/libdrm/build index 021c8ec6..15837f90 100755 --- a/extra/libdrm/build +++ b/extra/libdrm/build @@ -1,12 +1,12 @@ #!/bin/sh -e -export DESTDIR="$1" +export DESTDIR=$1 # Symbolic link loop on tests clsed '/^test(/,/^)/d' intel/meson.build -meson \ - --prefix=/usr \ +cl-meson \ + -Ddefault_library=both \ -Dcairo-tests=false \ -Dvalgrind=false \ . output diff --git a/extra/libdrm/version b/extra/libdrm/version index 5e5f0bff..38d09d8a 100644 --- a/extra/libdrm/version +++ b/extra/libdrm/version @@ -1 +1 @@ -2.4.107 1 +2.4.107 2 |