Created
April 10, 2018 16:53
-
-
Save ryantm/01f9658faac9a7816ccf1ca44d11fe15 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0 | |
├── 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