libwaylandpp: fix -devel subpackage

This commit is contained in:
Duncaen 2018-12-04 21:20:26 +01:00
parent 5939361f9a
commit 231308f9b9

View file

@ -1,7 +1,7 @@
# Template file for 'libwaylandpp' # Template file for 'libwaylandpp'
pkgname=libwaylandpp pkgname=libwaylandpp
version=0.2.3 version=0.2.3
revision=2 revision=3
wrksrc="waylandpp-${version}" wrksrc="waylandpp-${version}"
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
@ -15,7 +15,7 @@ license="MIT"
homepage="https://github.com/NilsBrause/waylandpp" homepage="https://github.com/NilsBrause/waylandpp"
distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz" distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
checksum=ebd4a8447bb65f288cad0e04538f6ec704e155213fc2b9cc1a851534c70aacac checksum=ebd4a8447bb65f288cad0e04538f6ec704e155213fc2b9cc1a851534c70aacac
subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp" subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wayland-scanner++" hostmakedepends+=" wayland-scanner++"