mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libwaylandpp: revert to pkg-config
[ci skip]
This commit is contained in:
parent
ff7e600ecd
commit
2f365beb67
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'libwaylandpp'
|
# Template file for 'libwaylandpp'
|
||||||
pkgname=libwaylandpp
|
pkgname=libwaylandpp
|
||||||
version=0.2.5
|
version=0.2.5
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="waylandpp-${version}"
|
wrksrc="waylandpp-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
|
configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
|
||||||
-DBUILD_DOCUMENTATION=TRUE -DBUILD_EXAMPLES=TRUE
|
-DBUILD_DOCUMENTATION=TRUE -DBUILD_EXAMPLES=TRUE
|
||||||
-DWAYLAND_SCANNERPP=/usr/bin/wayland-scanner++"
|
-DWAYLAND_SCANNERPP=/usr/bin/wayland-scanner++"
|
||||||
hostmakedepends="pkgconf doxygen graphviz"
|
hostmakedepends="pkg-config doxygen graphviz"
|
||||||
makedepends="wayland-devel MesaLib-devel pugixml-devel"
|
makedepends="wayland-devel MesaLib-devel pugixml-devel"
|
||||||
short_desc="Wayland C++ bindings"
|
short_desc="Wayland C++ bindings"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue