Move all to deprecated folder.
This commit is contained in:
23
deprecated/firmware/buildroot/package/yad/yad.mk
Normal file
23
deprecated/firmware/buildroot/package/yad/yad.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# yad
|
||||
#
|
||||
################################################################################
|
||||
|
||||
YAD_VERSION = 0.33.1
|
||||
YAD_SOURCE = yad-$(YAD_VERSION).tar.xz
|
||||
YAD_SITE = http://sourceforge.net/projects/yad-dialog/files
|
||||
YAD_LICENSE = GPLv3
|
||||
YAD_LICENSE_FILES = COPYING
|
||||
YAD_DEPENDENCIES = host-intltool host-pkgconf
|
||||
YAD_CONF_OPTS = --enable-html=no
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
|
||||
YAD_DEPENDENCIES += libgtk3
|
||||
YAD_CONF_OPTS += --with-gtk=gtk3
|
||||
else
|
||||
YAD_DEPENDENCIES += libgtk2
|
||||
YAD_CONF_OPTS += --with-gtk=gtk2
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user