-
Notifications
You must be signed in to change notification settings - Fork 3
/
ssu.pro
35 lines (27 loc) · 877 Bytes
/
ssu.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
TEMPLATE = subdirs
SUBDIRS = libssu ssud
SUBDIRS += ssucli ssuurlresolver ssuks
SUBDIRS += ssuslipstream declarative
ssuconfhack {
SUBDIRS += ssuconfperm
}
SUBDIRS += sandboxhook tests tools
ssucli.depends = libssu
ssuurlresolver.depends = libssu
sandboxhook.depends = libssu
tests.depends = libssu sandboxhook
ssuks.depends = libssu
ssud.depends = libssu
ssuslipstream.depends = libssu
declarative.depends = libssu
config.files = examples/ssu.ini
config.path = /usr/share/doc/ssu/examples
oneshot.files = ssu-update-repos
oneshot.path = /usr/lib/oneshot.d
macros.files = macros.ssuks
macros.path = /usr/lib/rpm/macros.d
static_config.files = examples/repos.ini \
examples/ssu-defaults.ini \
examples/board-mappings.ini
static_config.path = /usr/share/doc/ssu/examples
INSTALLS += config static_config oneshot macros