Initial commit
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
[build]
|
||||
type = "meson"
|
||||
|
||||
[build.flags]
|
||||
build_dir = "build"
|
||||
configure = [
|
||||
"-Dudev=false",
|
||||
"-Detnaviv=disabled",
|
||||
"-Dfreedreno=disabled",
|
||||
"-Dvc4=disabled",
|
||||
"-Dvalgrind=disabled",
|
||||
"-Dinstall-test-programs=true",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"python-docutils",
|
||||
"meson",
|
||||
]
|
||||
optional = ["cairo"]
|
||||
runtime = [
|
||||
"libpciaccess",
|
||||
"glibc",
|
||||
]
|
||||
test = ["cairo"]
|
||||
|
||||
[package]
|
||||
description = "Userspace interface to kernel DRM services"
|
||||
homepage = "https://dri.freedesktop.org/"
|
||||
license = "MIT"
|
||||
name = "libdrm"
|
||||
version = "2.4.131"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "45ba9983b51c896406a3d654de81d313b953b76e6391e2797073d543c5f617d5"
|
||||
url = "https://dri.freedesktop.org/libdrm/libdrm-$version.tar.xz"
|
||||
Reference in New Issue
Block a user