gegl: fix -devel depends
This commit is contained in:
parent
656a36531b
commit
5e9a7fc826
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gegl'.
|
||||
pkgname=gegl
|
||||
version=0.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-docs --without-sdl --without-libopenraw
|
||||
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
||||
|
@ -17,7 +17,7 @@ distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.
|
|||
checksum=6a358bc19d20b8ac1daf645cc8b53cdc2ea6f9c98a6036179a57045a26a07f8d
|
||||
|
||||
gegl-devel_package() {
|
||||
depends="libglib-devel gegl>=${version}_${revision}"
|
||||
depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue