Date: Friday, November 8, 2019 @ 22:27:02
  Author: svenstaro
Revision: 367223

upgpkg: libplacebo 1.18.0-3

glslang 7.13 rebuild

Modified:
  libplacebo/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-11-08 19:41:42 UTC (rev 367222)
+++ PKGBUILD    2019-11-08 22:27:02 UTC (rev 367223)
@@ -2,7 +2,7 @@
 
 pkgname=libplacebo
 pkgver=1.18.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Reusable library for GPU-accelerated video/image rendering primitives'
 url='https://github.com/haasn/libplacebo'
 arch=('x86_64')
@@ -15,6 +15,7 @@
 
 build() {
   cd ${pkgbase}-${pkgver}
+  export CXXFLAGS="-I/usr/include/glslang"
   arch-meson build \
     -D tests=true \
     -D vulkan=enabled \

Reply via email to