blob: 9b62a6ba2d7d1f61378d975b120820a271199c42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 2014 Jorge Aparicio
# Distributed under the terms of the GNU General Public License v2
require qtbase
PLATFORMS="~amd64 ~armv8"
DEFAULT_SRC_PREPARE_PATCHES+=(
"${FILES}"/qtnetwork-5.10-libressl.patch
)
|