From ccf9ffbd8cd87ffe0ea770c8e81eccfbd7058c02 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 8 Feb 2020 01:30:40 +0200 Subject: [PATCH] gdk-pixbuf: Don't build tests --- xorg/gdk-pixbuf/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xorg/gdk-pixbuf/build b/xorg/gdk-pixbuf/build index cedbfa0b..38648c47 100755 --- a/xorg/gdk-pixbuf/build +++ b/xorg/gdk-pixbuf/build @@ -2,6 +2,8 @@ export DESTDIR="$1" +sed -i "/subdir('tests')/d" meson.build + meson \ --prefix=/usr \ --sysconfdir=/etc \