fingerprint-gui: fix build
This commit is contained in:
parent
1a22d3cdc1
commit
36351b6bf8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fingerprint-gui'
|
||||
pkgname=fingerprint-gui
|
||||
version=1.06
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=qmake
|
||||
make_dirs="/var/lib/fingerprint-gui 0755 root root
|
||||
/var/upek_data 0750 root input"
|
||||
|
@ -15,7 +15,7 @@ homepage="http://www.ullrich-online.cc/fingerprint/"
|
|||
distfiles="http://www.ullrich-online.cc/fingerprint/download/${pkgname}-${version}.tar.gz"
|
||||
checksum=f5021d4c446b65ce62de63b9b2874b05a62318b386f35577ca0322b722a1920f
|
||||
CXXFLAGS+="-I/usr/include/QtCrypto"
|
||||
LDFLAGS+="-lqca"
|
||||
LDFLAGS+="-Wl,--no-as-needed -lqca"
|
||||
configure_args='LIBPOLKIT_QT=LIBPOLKIT_QT_1_1'
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue