diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:51:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:51:57 +0300 |
commit | bd36e113fed47de6ac33e411daf7a0b2a34bcbf6 (patch) | |
tree | af403d84dc696fe517683cd563a5bbb3fdccac29 /extra/libdrm | |
parent | 7bc852f77943f4f92a548b3a0f43d6a0a303b585 (diff) | |
download | repository-bd36e113fed47de6ac33e411daf7a0b2a34bcbf6.tar.gz |
move non xorg specific packages to extra
Diffstat (limited to 'extra/libdrm')
-rwxr-xr-x | extra/libdrm/build | 11 | ||||
-rw-r--r-- | extra/libdrm/checksums | 1 | ||||
-rw-r--r-- | extra/libdrm/depends | 2 | ||||
-rw-r--r-- | extra/libdrm/sources | 1 | ||||
-rw-r--r-- | extra/libdrm/version | 1 |
5 files changed, 16 insertions, 0 deletions
diff --git a/extra/libdrm/build b/extra/libdrm/build new file mode 100755 index 00000000..c1021153 --- /dev/null +++ b/extra/libdrm/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + -Dvalgrind=false \ + . output + +ninja -C output +ninja -C output install diff --git a/extra/libdrm/checksums b/extra/libdrm/checksums new file mode 100644 index 00000000..f3990a60 --- /dev/null +++ b/extra/libdrm/checksums @@ -0,0 +1 @@ +22e7ec53227386fe7daf7c1e52a65d51f480100bb80c5628a35d87feb9b014a0 drm-libdrm-2.4.102.tar.gz diff --git a/extra/libdrm/depends b/extra/libdrm/depends new file mode 100644 index 00000000..99cb99cc --- /dev/null +++ b/extra/libdrm/depends @@ -0,0 +1,2 @@ +libpciaccess +meson make diff --git a/extra/libdrm/sources b/extra/libdrm/sources new file mode 100644 index 00000000..16e577c9 --- /dev/null +++ b/extra/libdrm/sources @@ -0,0 +1 @@ +https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-2.4.102/drm-libdrm-2.4.102.tar.gz diff --git a/extra/libdrm/version b/extra/libdrm/version new file mode 100644 index 00000000..f868062e --- /dev/null +++ b/extra/libdrm/version @@ -0,0 +1 @@ +2.4.102 1 |