From 8a1b3c881889535358c412afb003d61f64caa72b Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Mon, 11 Mar 2019 22:36:29 +0000 Subject: [PATCH] Compile with gdk-pixbuf2 support --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 2cf5ad1..f0bd13b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jerome Leclanche pkgname=sway pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager" arch=("x86_64") url="https://swaywm.org/" @@ -13,7 +13,7 @@ depends=( "pcre" "wlroots" ) -makedepends=("meson" "ninja" "scdoc" "wayland-protocols") +makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols") optdepends=( "dmenu: Default for launching applications." "ffmpeg: For recording screencasts."