main/telepathy-mission-control: fix armv7 build
Add python2 to makedepends, so it builds in strict mode for armv7. Otherwise it would fail with: checking whether /usr/bin/python2 version >= 2.6... configure: error: too old
This commit is contained in:
parent
093cc7d002
commit
82d9c87d4f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ url="http://telepathy.freedesktop.org/wiki/"
|
||||||
license="LGPL"
|
license="LGPL"
|
||||||
pkgdesc="Account Manager and Channel Dispatcher based on telepathy-glib"
|
pkgdesc="Account Manager and Channel Dispatcher based on telepathy-glib"
|
||||||
depends=""
|
depends=""
|
||||||
depends_dev="telepathy-glib-dev gstreamer-dev"
|
depends_dev="telepathy-glib-dev gstreamer-dev python2"
|
||||||
makedepends="$depends_dev libxslt-dev dbus"
|
makedepends="$depends_dev libxslt-dev dbus"
|
||||||
source="https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
|
source="https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||||
subpackages="$pkgname-dev $pkgname-doc"
|
subpackages="$pkgname-dev $pkgname-doc"
|
||||||
|
|
Loading…
Reference in a new issue