mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
9
package/wayland-protocols/Config.in
Normal file
9
package/wayland-protocols/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_WAYLAND_PROTOCOLS
|
||||
bool "wayland-protocols"
|
||||
# Not really... but useless otherwise
|
||||
depends on BR2_PACKAGE_WAYLAND
|
||||
help
|
||||
Wayland protocols that adds functionality not available in
|
||||
the Wayland core protocol.
|
||||
|
||||
http://wayland.freedesktop.org/
|
||||
5
package/wayland-protocols/wayland-protocols.hash
Normal file
5
package/wayland-protocols/wayland-protocols.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# From https://lists.freedesktop.org/archives/wayland-devel/2018-November/039662.html
|
||||
md5 55ddd5fdb02b73b9de9559aaec267315 wayland-protocols-1.17.tar.xz
|
||||
sha1 7d2569c838c776545e3eb1b1049b9c37178aae24 wayland-protocols-1.17.tar.xz
|
||||
sha256 df1319cf9705643aea9fd16f9056f4e5b2471bd10c0cc3713d4a4cdc23d6812f wayland-protocols-1.17.tar.xz
|
||||
sha256 f1a2b233e8a9a71c40f4aa885be08a0842ac85bb8588703c1dd7e6e6502e3124 COPYING
|
||||
15
package/wayland-protocols/wayland-protocols.mk
Normal file
15
package/wayland-protocols/wayland-protocols.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# wayland-protocols
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WAYLAND_PROTOCOLS_VERSION = 1.17
|
||||
WAYLAND_PROTOCOLS_SITE = http://wayland.freedesktop.org/releases
|
||||
WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
|
||||
WAYLAND_PROTOCOLS_LICENSE = MIT
|
||||
WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING
|
||||
WAYLAND_PROTOCOLS_INSTALL_STAGING = YES
|
||||
WAYLAND_PROTOCOLS_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user