diff options
author | Cem Keylan <cem@ckyln.com> | 2022-09-01 17:17:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-09-01 17:17:44 +0300 |
commit | 782faf731b5952b335de4d734deeb4835f53e4b0 (patch) | |
tree | 8e8d0b91197388f5683a6b352c2e19e45b5db45d /extra/libdrm | |
parent | 84bfcd34635cbade7ae87c8cd9302a137fe9eb72 (diff) | |
download | repository-782faf731b5952b335de4d734deeb4835f53e4b0.tar.gz |
libdrm: enable auto-features on meson
Diffstat (limited to 'extra/libdrm')
-rwxr-xr-x | extra/libdrm/build | 1 | ||||
-rw-r--r-- | extra/libdrm/version | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/extra/libdrm/build b/extra/libdrm/build index 940e5c85..9d1a42c7 100755 --- a/extra/libdrm/build +++ b/extra/libdrm/build @@ -6,6 +6,7 @@ export DESTDIR="$1" clsed '/^test(/,/^)/d' intel/meson.build cl-meson \ + --auto-features=auto \ -Ddefault_library=both \ -Dcairo-tests=disabled \ -Dvalgrind=disabled \ diff --git a/extra/libdrm/version b/extra/libdrm/version index 6e4329c8..35e22436 100644 --- a/extra/libdrm/version +++ b/extra/libdrm/version @@ -1 +1 @@ -2.4.113 1 +2.4.113 2 |