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
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
# Obarun PkgSrc : https://framagit.org/obarun-pkgbuild-extra/xorg-server # Obarun PkgSrc : https://framagit.org/obarun-pkgbuild-extra/xorg-server
#---------------- #----------------
# Website : http://xorg.freedesktop.org # Website : http://xorg.freedesktop.org
#-------------------------------------------------------------------------------------- #------------------------------------------------------------------------
# DESCRIPTION ] # DESCRIPTION ]
pkgbase=xorg-server pkgbase=xorg-server
pkgver=1.20.12 pkgver=1.20.12
pkgrel=2 pkgrel=3
pkgname=( pkgname=(
'xorg-server' 'xorg-server'
...@@ -137,10 +137,10 @@ build() { ...@@ -137,10 +137,10 @@ build() {
## Print config ## Print config
meson configure build meson configure build
ninja -C build meson compile -C build
## fake installation to be seperated into packages ## 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.
Finish editing this message first!
Please register or to comment