This commit is contained in:
hippoz 2021-07-14 16:22:00 +03:00
parent b098cbacb6
commit f10c0df497
Signed by untrusted user who does not match committer: hippoz
GPG key ID: 7C52899193467641
2 changed files with 17 additions and 0 deletions

12
libdrm/build Executable file
View file

@ -0,0 +1,12 @@
wget https://dri.freedesktop.org/libdrm/libdrm-2.4.104.tar.xz
tar -xf libdrm-2.4.104.tar.xz
cd libdrm-2.4.104
export DESTDIR="$1"
meson \
--prefix=/usr \
. build
ninja -C build
ninja -C build install

5
libdrm/package Executable file
View file

@ -0,0 +1,5 @@
pkg_config_deploy=true
pkg_config_ver="2.4.104"
pkg_config_name="libdrm"
pkg_config_makedepends=""
pkg_config_depends=""