Skip to content
Snippets Groups Projects
Unverified Commit 82d9c87d authored by Oliver Smith's avatar Oliver Smith
Browse files

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
parent 093cc7d0
No related branches found
No related tags found
No related merge requests found
Pipeline #195160 passed
......@@ -8,7 +8,7 @@ url="http://telepathy.freedesktop.org/wiki/"
license="LGPL"
pkgdesc="Account Manager and Channel Dispatcher based on telepathy-glib"
depends=""
depends_dev="telepathy-glib-dev gstreamer-dev"
depends_dev="telepathy-glib-dev gstreamer-dev python2"
makedepends="$depends_dev libxslt-dev dbus"
source="https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-dev $pkgname-doc"
......
  • Administrator @root

    mentioned in issue #160 (closed)

    By Oliver Smith on 2019-01-15T08:48:10

    · Imported

    mentioned in issue #160 (closed)

    By Oliver Smith on 2019-01-15T08:48:10

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment