mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-11 15:22:59 +02:00
libwaylandpp: fix -devel subpackage
This commit is contained in:
parent
5939361f9a
commit
231308f9b9
1 changed files with 2 additions and 2 deletions
|
@ -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++"
|
||||||
|
|
Loading…
Add table
Reference in a new issue