summaryrefslogtreecommitdiff
path: root/egl-wayland/Pkgfile
blob: 5c91fa1bdac63957302552f27b104614adc58814 (plain)
    1 # Description: The EGLStream-based Wayland external platform
    2 # URL: https://github.com/NVIDIA/egl-wayland/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: eglexternalplatform mesa wayland-protocols
    5 
    6 name=egl-wayland
    7 version=1.1.11
    8 release=2
    9 source=(https://github.com/NVIDIA/egl-wayland/archive/$version/$name-$version-$release.tar.gz
   10   glvnd.diff)
   11 
   12 build() {
   13   patch -Np1 -d $name-$version -i $SRC/glvnd.diff
   14 
   15   meson setup $name-$version build \
   16     --prefix=/usr \
   17     --buildtype=plain \
   18     --wrap-mode nodownload \
   19     -D b_lto=false \
   20     -D b_pie=true
   21   meson compile -C build
   22   DESTDIR=$PKG meson install -C build
   23 }

Generated by cgit