mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
wt: add build dependencies
Wt's build will silently ignore build options if their respective dependencies are not found, but this does not mean that they should not be used. In fact, the lms package needs wt be built with OpenSSL. Fixes: https://github.com/epoupon/lms/issues/384
This commit is contained in:
parent
f1b00cbcea
commit
a2338c5465
1 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
# Template file for 'wt'
|
||||
pkgname=wt
|
||||
version=4.10.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
makedepends="boost-devel"
|
||||
build_helper=qmake
|
||||
configure_args="-DBUILD_EXAMPLES=OFF -DENABLE_QT4=OFF"
|
||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||
makedepends="boost-devel openssl-devel Haru-devel pango-devel sqlite-devel postgresql-libs-devel
|
||||
libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel"
|
||||
short_desc="Wt, C++ Web Toolkit"
|
||||
maintainer="danoloan10 <danoloan10@tutanota.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue