mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
8
package/wayland-utils/Config.in
Normal file
8
package/wayland-utils/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_WAYLAND_UTILS
|
||||
bool "wayland-utils"
|
||||
depends on BR2_PACKAGE_WAYLAND # wayland-client, wayland-server
|
||||
select BR2_PACKAGE_WAYLAND_PROTOCOLS
|
||||
help
|
||||
Wayland utils (wayland-info).
|
||||
|
||||
https://gitlab.freedesktop.org/ofourdan/wayland-utils
|
||||
6
package/wayland-utils/wayland-utils.hash
Normal file
6
package/wayland-utils/wayland-utils.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# From https://lists.freedesktop.org/archives/wayland-devel/2020-July/041565.html
|
||||
md5 714875aefb10e7f683cde24e58d033ad wayland-utils-1.0.0.tar.xz
|
||||
sha1 b5b8d498a892866d56ffbe862039d7c97acbe7bc wayland-utils-1.0.0.tar.xz
|
||||
sha256 64fecc4c58e87ae9b302901abe10c2e8af69c7503c221a96ecd0700e0aa268c0 wayland-utils-1.0.0.tar.xz
|
||||
sha512 4c6f1822435b36b3acd361c0c54e56150e8a2697a9c4b2c20a149fcfaafe237e45807df3471884ddf594d89558001099e2d938e3f48988ba6950a0f1e3538db2 wayland-utils-1.0.0.tar.xz
|
||||
sha256 1eba39c11640014a5841dd3017e5245fc31f47e1cf43a3287a286dd6a8de8a1a COPYING
|
||||
14
package/wayland-utils/wayland-utils.mk
Normal file
14
package/wayland-utils/wayland-utils.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# wayland-utils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WAYLAND_UTILS_VERSION = 1.0.0
|
||||
WAYLAND_UTILS_SITE = https://wayland.freedesktop.org/releases
|
||||
WAYLAND_UTILS_SOURCE = wayland-utils-$(WAYLAND_UTILS_VERSION).tar.xz
|
||||
WAYLAND_UTILS_LICENSE = MIT
|
||||
WAYLAND_UTILS_LICENSE_FILES = COPYING
|
||||
WAYLAND_UTILS_DEPENDENCIES = host-pkgconf wayland wayland-protocols
|
||||
|
||||
$(eval $(meson-package))
|
||||
Reference in New Issue
Block a user