mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
19 lines
573 B
Plaintext
19 lines
573 B
Plaintext
# description : Provides a user space library for accessing the DRM, direct rendering manager, on operating systems that support the ioctl interface
|
|
# depends : libpciaccess meson
|
|
# optdepends : cairo docbook-xml docbook-xml libxslt valgrind cunit
|
|
|
|
name=libdrm
|
|
version=2.4.119
|
|
release=1
|
|
source="https://dri.freedesktop.org/$name/$name-$version.tar.xz"
|
|
|
|
build() {
|
|
venom-meson $name-$version build \
|
|
-D man-pages=disabled \
|
|
-D valgrind=disabled \
|
|
-D cairo-tests=disabled \
|
|
-D intel=enabled
|
|
meson compile -C build
|
|
DESTDIR=$PKG meson install --no-rebuild -C build
|
|
}
|