mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Switched SITE to github according to https://sourceforge.net/p/yad-dialog/tickets/337/#8b94 Release notes: https://github.com/v1cont/yad/blob/v14.2/NEWS Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
555 B
Makefile
17 lines
555 B
Makefile
################################################################################
|
|
#
|
|
# yad
|
|
#
|
|
################################################################################
|
|
|
|
YAD_VERSION = 14.2
|
|
YAD_SOURCE = yad-$(YAD_VERSION).tar.xz
|
|
YAD_SITE = https://github.com/v1cont/yad/releases/download/v$(YAD_VERSION)
|
|
YAD_LICENSE = GPL-3.0
|
|
YAD_LICENSE_FILES = COPYING
|
|
YAD_DEPENDENCIES = host-intltool host-pkgconf libgtk3 $(TARGET_NLS_DEPENDENCIES)
|
|
YAD_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
|
YAD_CONF_OPTS = --enable-html=no --with-gtk=gtk3
|
|
|
|
$(eval $(autotools-package))
|