mash: rebuild against cogl>=1.18.
This commit is contained in:
parent
6074210d22
commit
fd7b779860
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'mash'
|
||||
pkgname=mash
|
||||
version=0.2.0
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-introspection --disable-static"
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
makedepends="clutter-devel>=1.16"
|
||||
depends="clutter>=1.16"
|
||||
makedepends="clutter-devel>=1.18"
|
||||
depends="clutter>=1.18"
|
||||
short_desc="A small library for using 3D models within a Clutter scene"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.clutter-project.org"
|
||||
|
@ -15,7 +15,7 @@ distfiles="https://github.com/downloads/clutter-project/mash/mash-${version}.tar
|
|||
checksum=fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc
|
||||
|
||||
mash-devel_package() {
|
||||
depends="clutter-devel>=1.16 mash>=${version}_${revision}"
|
||||
depends="clutter-devel>=1.18 mash>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue