libwaylandpp: revert to pkg-config

[ci skip]
This commit is contained in:
maxice8 2019-02-24 23:25:40 -03:00
parent ff7e600ecd
commit 2f365beb67
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -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 <thinkabit.ukim@gmail.com>"