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:
parent
b89fc0826b
commit
4ebf025585
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue