Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 30, 2021 19:15
Show Gist options
  • Save r-ryantm/3f22f17fdaaaac614a606682510ead97 to your computer and use it in GitHub Desktop.
Save r-ryantm/3f22f17fdaaaac614a606682510ead97 to your computer and use it in GitHub Desktop.
/nix/store/646s6b1blrbq7vfmpxzjlm91nqspjfww-libwpe-1.10.0
├── include
│   └── wpe-1.0
│   └── wpe
│   ├── export.h
│   ├── input.h
│   ├── keysyms.h
│   ├── libwpe-version.h
│   ├── loader.h
│   ├── pasteboard.h
│   ├── renderer-backend-egl.h
│   ├── renderer-host.h
│   ├── version-deprecated.h
│   ├── version.h
│   ├── view-backend.h
│   ├── wpe-egl.h
│   └── wpe.h
└── lib
├── libwpe-1.0.so -> libwpe-1.0.so.1
├── libwpe-1.0.so.1 -> libwpe-1.0.so.1.5.1
├── libwpe-1.0.so.1.5.1
└── pkgconfig
└── wpe-1.0.pc
5 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment