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:
22
package/vte/vte.mk
Normal file
22
package/vte/vte.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# vte
|
||||
#
|
||||
################################################################################
|
||||
|
||||
VTE_VERSION = 0.48.3
|
||||
VTE_SOURCE = vte-$(VTE_VERSION).tar.xz
|
||||
VTE_SITE = http://ftp.gnome.org/pub/gnome/sources/vte/0.48
|
||||
VTE_DEPENDENCIES = host-intltool host-pkgconf libgtk3 libxml2 pcre2
|
||||
VTE_LICENSE = LGPL-2.1+
|
||||
VTE_LICENSE_FILES = COPYING
|
||||
VTE_CONF_OPTS += --disable-introspection --disable-vala
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
VTE_CONF_OPTS += --with-gnutls
|
||||
VTE_DEPENDENCIES += gnutls
|
||||
else
|
||||
VTE_CONF_OPTS += --without-gnutls
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user