orca: fix build-time detection of liblouis.
Contracted braille breaks if we can't find the .pc file for liblouis at build time, so liblouis-devel belongs in makedepends.
This commit is contained in:
parent
d9998dc988
commit
0068939726
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'orca'
|
||||
pkgname=orca
|
||||
version=3.24.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool itstool"
|
||||
makedepends="python-gobject-devel at-spi2-atk-devel"
|
||||
makedepends="python-gobject-devel at-spi2-atk-devel liblouis-devel"
|
||||
depends="brltty liblouis gtk+3 at-spi2-atk speech-dispatcher
|
||||
python3-atspi python3-dbus python3-xdg python3-gobject
|
||||
hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas"
|
||||
|
|
Loading…
Reference in New Issue