Skip to content

Commit

Permalink
add wlvncc
Browse files Browse the repository at this point in the history
  • Loading branch information
tinywrkb committed Dec 9, 2020
1 parent f336a50 commit 36d45aa
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions com.github.any1.wlvncc/com.github.any1.wlvncc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
app-id: com.github.any1.wlvncc
runtime: org.freedesktop.Platform
runtime-version: '20.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:
- rm /app/lib/libvncserver.so*
- rm /app/lib/pkgconfig/libvncserver.pc
sources:
- type: git
url: https://github.com/LibVNC/libvncserver.git
branch: master
commit: c82b3abb369983cd737190331b897814a580a980
- name: aml
buildsystem: meson
sources:
- type: git
url: https://github.com/any1/aml
branch: master
commit: 6e9c36089f4f82edf10eaf85446bfa0bccf5f6ca

0 comments on commit 36d45aa

Please sign in to comment.