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:
danoloan10 2023-12-25 13:48:18 +01:00 committed by classabbyamp
parent f1b00cbcea
commit a2338c5465

View file

@ -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"