1
0

module.modulemap 455 B

12345678910111213
  1. module CWaylandProtocols [system] {
  2. header "xdg-shell-server-protocol.h"
  3. header "xdg-shell-client-protocol.h"
  4. header "viewporter-server-protocol.h"
  5. header "viewporter-client-protocol.h"
  6. header "linux-dmabuf-server-protocol.h"
  7. header "linux-dmabuf-client-protocol.h"
  8. header "presentation-time-server-protocol.h"
  9. header "presentation-time-client-protocol.h"
  10. link "wayland-server"
  11. link "wayland-client"
  12. export *
  13. }