blob: 6da241fb50870726b556033f1e7cbec852587ed6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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"
|