Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 17, 2018 13:04
Show Gist options
  • Save ryantm/92cbc56a42c86c98a2b52933d942adc5 to your computer and use it in GitHub Desktop.
Save ryantm/92cbc56a42c86c98a2b52933d942adc5 to your computer and use it in GitHub Desktop.
/nix/store/yrw1xlwj1c89zhlcmwaq17cqfz7h05x2-weston-3.0.91
├── bin
│   ├── wcap-decode
│   ├── weston
│   ├── weston-info
│   ├── weston-launch
│   └── weston-terminal
├── include
│   ├── libweston-4
│   │   ├── compositor-drm.h
│   │   ├── compositor-fbdev.h
│   │   ├── compositor.h
│   │   ├── compositor-headless.h
│   │   ├── compositor-rdp.h
│   │   ├── compositor-wayland.h
│   │   ├── compositor-x11.h
│   │   ├── config-parser.h
│   │   ├── libweston-desktop.h
│   │   ├── matrix.h
│   │   ├── plugin-registry.h
│   │   ├── timeline-object.h
│   │   ├── version.h
│   │   ├── windowed-output-api.h
│   │   ├── xwayland-api.h
│   │   └── zalloc.h
│   └── weston
│   ├── ivi-layout-export.h
│   └── weston.h
├── lib
│   ├── libweston-4
│   │   ├── drm-backend.la
│   │   ├── drm-backend.so
│   │   ├── fbdev-backend.la
│   │   ├── fbdev-backend.so
│   │   ├── gl-renderer.la
│   │   ├── gl-renderer.so
│   │   ├── headless-backend.la
│   │   ├── headless-backend.so
│   │   ├── rdp-backend.la
│   │   ├── rdp-backend.so
│   │   ├── wayland-backend.la
│   │   ├── wayland-backend.so
│   │   ├── x11-backend.la
│   │   ├── x11-backend.so
│   │   ├── xwayland.la
│   │   └── xwayland.so
│   ├── libweston-4.la
│   ├── libweston-4.so -> libweston-4.so.0.0.0
│   ├── libweston-4.so.0 -> libweston-4.so.0.0.0
│   ├── libweston-4.so.0.0.0
│   ├── libweston-desktop-4.la
│   ├── libweston-desktop-4.so -> libweston-desktop-4.so.0.0.0
│   ├── libweston-desktop-4.so.0 -> libweston-desktop-4.so.0.0.0
│   ├── libweston-desktop-4.so.0.0.0
│   ├── pkgconfig
│   │   ├── libweston-4.pc
│   │   ├── libweston-desktop-4.pc
│   │   └── weston.pc
│   └── weston
│   ├── desktop-shell.la
│   ├── desktop-shell.so
│   ├── fullscreen-shell.la
│   ├── fullscreen-shell.so
│   ├── hmi-controller.la
│   ├── hmi-controller.so
│   ├── ivi-shell.la
│   ├── ivi-shell.so
│   ├── screen-share.la
│   └── screen-share.so
├── libexec
│   ├── weston-desktop-shell
│   ├── weston-ivi-shell-user-interface
│   ├── weston-keyboard
│   ├── weston-screenshooter
│   └── weston-simple-im
└── share
├── man
│   ├── man1
│   │   └── weston.1.gz
│   ├── man5
│   │   └── weston.ini.5.gz
│   └── man7
│   ├── weston-drm.7.gz
│   └── weston-rdp.7.gz
├── wayland-sessions
│   └── weston.desktop
└── weston
├── background.png
├── border.png
├── fullscreen.png
├── home.png
├── icon_editor.png
├── icon_flower.png
├── icon_ivi_clickdot.png
├── icon_ivi_flower.png
├── icon_ivi_simple-egl.png
├── icon_ivi_simple-shm.png
├── icon_ivi_smoke.png
├── icon_terminal.png
├── icon_window.png
├── panel.png
├── pattern.png
├── random.png
├── sidebyside.png
├── sign_close.png
├── sign_maximize.png
├── sign_minimize.png
├── terminal.png
├── tiling.png
├── wayland.png
└── wayland.svg
16 directories, 94 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment