initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# putty
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PUTTY_VERSION = 0.76
|
||||
PUTTY_SITE = http://the.earth.li/~sgtatham/putty/$(PUTTY_VERSION)
|
||||
PUTTY_LICENSE = MIT
|
||||
PUTTY_LICENSE_FILES = LICENCE
|
||||
PUTTY_CPE_ID_VENDOR = putty
|
||||
PUTTY_CONF_OPTS = --disable-gtktest
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK2),y)
|
||||
PUTTY_CONF_OPTS += --with-gtk=2
|
||||
PUTTY_DEPENDENCIES += libgtk2
|
||||
else
|
||||
PUTTY_CONF_OPTS += --without-gtk
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user