Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 9, 2019 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/945acf38d082d52d583b492cdf862ae0 to your computer and use it in GitHub Desktop.
Save ryantm/945acf38d082d52d583b492cdf862ae0 to your computer and use it in GitHub Desktop.
/nix/store/bnkpc9rgn4l79s0k1gska6an99qf1v41-waylandpp-0.2.6
├── bin
│   └── wayland-scanner++
├── include
│   ├── wayland-client.hpp
│   ├── wayland-client-protocol-extra.hpp
│   ├── wayland-client-protocol.hpp
│   ├── wayland-cursor.hpp
│   ├── wayland-egl.hpp
│   ├── wayland-util.hpp
│   └── wayland-version.hpp
├── lib
│   ├── cmake
│   │   └── waylandpp
│   │   ├── waylandpp-config.cmake
│   │   ├── waylandpp-config-version.cmake
│   │   ├── waylandpp-targets.cmake
│   │   └── waylandpp-targets-release.cmake
│   ├── libwayland-client-extra++.so -> libwayland-client-extra++.so.0
│   ├── libwayland-client-extra++.so.0 -> libwayland-client-extra++.so.0.2.6
│   ├── libwayland-client-extra++.so.0.2.6
│   ├── libwayland-client++.so -> libwayland-client++.so.0
│   ├── libwayland-client++.so.0 -> libwayland-client++.so.0.2.6
│   ├── libwayland-client++.so.0.2.6
│   ├── libwayland-cursor++.so -> libwayland-cursor++.so.0
│   ├── libwayland-cursor++.so.0 -> libwayland-cursor++.so.0.2.6
│   ├── libwayland-cursor++.so.0.2.6
│   ├── libwayland-egl++.so -> libwayland-egl++.so.0
│   ├── libwayland-egl++.so.0 -> libwayland-egl++.so.0.2.6
│   ├── libwayland-egl++.so.0.2.6
│   └── pkgconfig
│   ├── wayland-client-extra++.pc
│   ├── wayland-client++.pc
│   ├── wayland-cursor++.pc
│   ├── wayland-egl++.pc
│   └── wayland-scanner++.pc
└── share
└── waylandpp
└── protocols
├── fullscreen-shell-unstable-v1.xml
├── idle-inhibit-unstable-v1.xml
├── input-method-unstable-v1.xml
├── input-timestamps-unstable-v1.xml
├── keyboard-shortcuts-inhibit-unstable-v1.xml
├── linux-dmabuf-unstable-v1.xml
├── linux-explicit-synchronization-unstable-v1.xml
├── pointer-constraints-unstable-v1.xml
├── pointer-gestures-unstable-v1.xml
├── presentation-time.xml
├── primary-selection-unstable-v1.xml
├── relative-pointer-unstable-v1.xml
├── tablet-unstable-v1.xml
├── tablet-unstable-v2.xml
├── text-input-unstable-v1.xml
├── text-input-unstable-v3.xml
├── viewporter.xml
├── wayland.xml
├── xdg-decoration-unstable-v1.xml
├── xdg-foreign-unstable-v1.xml
├── xdg-foreign-unstable-v2.xml
├── xdg-output-unstable-v1.xml
├── xdg-shell-unstable-v6.xml
├── xdg-shell.xml
└── xwayland-keyboard-grab-unstable-v1.xml
9 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment