From 2f365beb67e21fc48d108559cd27be4d0b3a6cf4 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 24 Feb 2019 23:25:40 -0300 Subject: [PATCH] libwaylandpp: revert to pkg-config [ci skip] --- srcpkgs/libwaylandpp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libwaylandpp/template b/srcpkgs/libwaylandpp/template index 50dcce02004..023e8515822 100644 --- a/srcpkgs/libwaylandpp/template +++ b/srcpkgs/libwaylandpp/template @@ -1,13 +1,13 @@ # Template file for 'libwaylandpp' pkgname=libwaylandpp version=0.2.5 -revision=1 +revision=2 wrksrc="waylandpp-${version}" build_style=cmake configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE -DBUILD_DOCUMENTATION=TRUE -DBUILD_EXAMPLES=TRUE -DWAYLAND_SCANNERPP=/usr/bin/wayland-scanner++" -hostmakedepends="pkgconf doxygen graphviz" +hostmakedepends="pkg-config doxygen graphviz" makedepends="wayland-devel MesaLib-devel pugixml-devel" short_desc="Wayland C++ bindings" maintainer="maxice8 "