mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libchamplain: revert to pkg-config
[ci skip]
This commit is contained in:
parent
c20fd12220
commit
20d6af7b53
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'libchamplain'
|
# Template file for 'libchamplain'
|
||||||
pkgname=libchamplain
|
pkgname=libchamplain
|
||||||
version=0.12.18
|
version=0.12.18
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dintrospection=$(vopt_if gir true false)
|
configure_args="-Dintrospection=$(vopt_if gir true false)
|
||||||
-Dvapi=$(vopt_if vala true false)"
|
-Dvapi=$(vopt_if vala true false)"
|
||||||
hostmakedepends="pkgconf glib-devel $(vopt_if vala vala)"
|
hostmakedepends="pkg-config glib-devel $(vopt_if vala vala)"
|
||||||
makedepends="libsoup-gnome-devel gtk+3-devel clutter-gtk-devel sqlite-devel"
|
makedepends="libsoup-gnome-devel gtk+3-devel clutter-gtk-devel sqlite-devel"
|
||||||
short_desc="Library aimed to provide a Clutter widget to display rasterized maps"
|
short_desc="Library aimed to provide a Clutter widget to display rasterized maps"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue