diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-05-03 20:12:35 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-05-03 20:12:35 +0000 |
commit | f031f76bdadc938b3b6caff33ec5619b6bb83f95 (patch) | |
tree | deb646691b72f69ebe0cc0799d74db6278633549 /community/geany-plugins | |
parent | 1d499573088109f103d270e2b4e8ce166cd03076 (diff) | |
download | aports-f031f76bdadc938b3b6caff33ec5619b6bb83f95.tar.bz2 aports-f031f76bdadc938b3b6caff33ec5619b6bb83f95.tar.xz |
community/geany-plugins: Add dependency package
Geany-plugins FTBFS if python2-dev package is not installed. This is the
message that appears during the build process:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,
via the LIBS environment variable.
Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"
============================================================================
ERROR!
You probably have to install the development version of the Python package
for your distribution. The exact name of this package varies among them.
============================================================================
Diffstat (limited to 'community/geany-plugins')
-rw-r--r-- | community/geany-plugins/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/geany-plugins/APKBUILD b/community/geany-plugins/APKBUILD index ce092e0e96..6a3f1d1d11 100644 --- a/community/geany-plugins/APKBUILD +++ b/community/geany-plugins/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPLv3+" depends="" makedepends="lua-dev geany-dev enchant-dev intltool gtkspell-dev libxml2-dev - bash vte-dev vala libsoup-dev gpgme-dev" + bash vte-dev vala libsoup-dev gpgme-dev python2-dev" install="" subpackages="$pkgname-doc $pkgname-addons |