-
Notifications
You must be signed in to change notification settings - Fork 13
/
com.github.any1.wlvncc.yaml
45 lines (45 loc) · 1.23 KB
/
com.github.any1.wlvncc.yaml
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
36
37
38
39
40
41
42
43
44
45
app-id: com.github.any1.wlvncc
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: wlvncc
finish-args:
- --device=dri
- --share=network
- --socket=wayland
cleanup:
- /include
- /lib/pkgconfig
- '*.a'
- '*.la'
modules:
- name: wlvncc
buildsystem: meson
sources:
- type: git
url: https://github.com/any1/wlvncc.git
branch: master
commit: 1ca82ce2e2661040ade2e683c2f330b1935760e0
modules:
- name: libvncserver
buildsystem: cmake
config-opts:
- -DWITH_GTK=OFF
- -DWITH_SDL=OFF
post-install:
# also can be done in cleanup step but this way we can notice if wlvcc tries to link
# against the server lib
- rm /app/lib/libvncserver.so*
- rm /app/lib/pkgconfig/libvncserver.pc
sources:
- type: git
url: https://github.com/LibVNC/libvncserver.git
branch: master
commit: 06b205a69d4263a52d8acc2a0e5f60d6ff8db0cc
- name: aml
buildsystem: meson
sources:
- type: git
url: https://github.com/any1/aml
branch: master
commit: a1baa973e87b4c81681cdc22aa7cbbec35244d2a