postmarketos-demos: Depend on firefox-esr instead of firefox
The firefox package is currently broken in armhf Alpine, and it looks like fixing will take a while (depends on packaging rust for armhf on Alpine): https://bugs.alpinelinux.org/issues/7409 https://github.com/alpinelinux/aports/pull/1578#discussion_r119988654
This commit is contained in:
parent
925b78ae16
commit
b89fc0826b
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
pkgname=postmarketos-demos
|
||||
pkgver=3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Simple touch menu for a few demo programs"
|
||||
url="https://github.com/postmarketOS"
|
||||
arch="all"
|
||||
license="GPL3+"
|
||||
depends="weston-clients firefox"
|
||||
depends="weston-clients firefox-esr"
|
||||
makedepends="gtk+3.0-dev"
|
||||
subpackages=""
|
||||
source="main.c Makefile"
|
||||
|
|
Loading…
Add table
Reference in a new issue