blob: 709e105069327ddcc50777a974e99c6e64b3be08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
require motion
DEPENDENCIES+="
build+run:
net-libs/libmicrohttpd
"
PLATFORMS="~amd64 ~x86"
|