wayland-protocols.mk 549 B

123456789101112131415
  1. ################################################################################
  2. #
  3. # wayland-protocols
  4. #
  5. ################################################################################
  6. WAYLAND_PROTOCOLS_VERSION = 1.20
  7. WAYLAND_PROTOCOLS_SITE = https://wayland.freedesktop.org/releases
  8. WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
  9. WAYLAND_PROTOCOLS_LICENSE = MIT
  10. WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING
  11. WAYLAND_PROTOCOLS_INSTALL_STAGING = YES
  12. WAYLAND_PROTOCOLS_INSTALL_TARGET = NO
  13. $(eval $(autotools-package))