Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_STARTUP_NOTIFICATION
bool "startup-notification"
depends on BR2_PACKAGE_XORG7
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBX11
help
Startup-notification is a library used to monitor
application startup.
http://freedesktop.org/software/startup-notification/releases

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 c2fa09f9a49d8b319e79638e49e967c682df8726006e03059b1ffca5ab82099c startup-notification-0.9.tar.gz

View File

@@ -0,0 +1,18 @@
################################################################################
#
# startup-notification
#
################################################################################
STARTUP_NOTIFICATION_VERSION = 0.9
STARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification/releases
STARTUP_NOTIFICATION_INSTALL_STAGING = YES
STARTUP_NOTIFICATION_DEPENDENCIES = xlib_libX11
STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
STARTUP_NOTIFICATION_CONF_OPTS = --with-x \
--x-includes="$(STAGING_DIR)/usr/include/X11" \
--x-libraries="$(STAGING_DIR)/usr/lib"
STARTUP_NOTIFICATION_LICENSE = LGPL-2.0
STARTUP_NOTIFICATION_LICENSE_FILES = COPYING
$(eval $(autotools-package))