forked from alnux/repo
+libdrm
This commit is contained in:
parent
b098cbacb6
commit
f10c0df497
2 changed files with 17 additions and 0 deletions
12
libdrm/build
Executable file
12
libdrm/build
Executable 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
5
libdrm/package
Executable 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=""
|
Loading…
Reference in a new issue