Remove firefox dependency from postmarketos-demos.

firefox-esr is not apackaged on Alpine for aarch64 right now.
As firefox is just a demo in the current state, it will be left to
the user to add it to his installation with the --add flag, so this
will not break the install step anymore.
This commit is contained in:
Oliver Smith 2017-06-15 00:33:22 +02:00
parent 0f7bfdc955
commit c951b2a5af
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
pkgname=postmarketos-demos
pkgver=3
pkgver=4
pkgrel=2
pkgdesc="Simple touch menu for a few demo programs"
url="https://github.com/postmarketOS"
arch="all"
license="GPL3+"
depends="weston-clients firefox-esr"
depends="weston-clients"
makedepends="gtk+3.0-dev"
subpackages=""
source="main.c Makefile"