Skip to content
Snippets Groups Projects
Commit a42fa411 authored by Jean-Michel T.Dydak's avatar Jean-Michel T.Dydak
Browse files

pkgupdate: use meson for the build

parent 116804a3
Branches
Tags
No related merge requests found
......@@ -4,12 +4,12 @@
# Obarun PkgSrc : https://framagit.org/obarun-pkgbuild-extra/xorg-server
#----------------
# Website : http://xorg.freedesktop.org
#--------------------------------------------------------------------------------------
#------------------------------------------------------------------------
# DESCRIPTION ]
pkgbase=xorg-server
pkgver=1.20.12
pkgrel=2
pkgrel=3
pkgname=(
'xorg-server'
......@@ -137,10 +137,10 @@ build() {
## Print config
meson configure build
ninja -C build
meson compile -C build
## fake installation to be seperated into packages
DESTDIR="${srcdir}/fakeinstall" ninja -C build install
meson install -C build --destdir "${srcdir}/fakeinstall"
}
#----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment