mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
libgee: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6811cf1247
commit
7b7ce072e5
@ -1216,6 +1216,7 @@ menu "Other"
|
|||||||
source "package/libevdev/Config.in"
|
source "package/libevdev/Config.in"
|
||||||
source "package/libevent/Config.in"
|
source "package/libevent/Config.in"
|
||||||
source "package/libffi/Config.in"
|
source "package/libffi/Config.in"
|
||||||
|
source "package/libgee/Config.in"
|
||||||
source "package/libglib2/Config.in"
|
source "package/libglib2/Config.in"
|
||||||
source "package/libical/Config.in"
|
source "package/libical/Config.in"
|
||||||
source "package/liblinear/Config.in"
|
source "package/liblinear/Config.in"
|
||||||
|
15
package/libgee/Config.in
Normal file
15
package/libgee/Config.in
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
config BR2_PACKAGE_LIBGEE
|
||||||
|
bool "libgee"
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
|
help
|
||||||
|
Libgee is an utility library providing GObject-based
|
||||||
|
interfaces and classes for commonly used data structures.
|
||||||
|
|
||||||
|
https://wiki.gnome.org/Projects/Libgee
|
||||||
|
|
||||||
|
comment "libgee needs a toolchain w/ wchar, threads"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
2
package/libgee/libgee.hash
Normal file
2
package/libgee/libgee.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# From http://ftp.acc.umu.se/pub/gnome/sources/libgee/0.18/libgee-0.18.0.sha256sum
|
||||||
|
sha256 4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399 libgee-0.18.0.tar.xz
|
16
package/libgee/libgee.mk
Normal file
16
package/libgee/libgee.mk
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# libgee
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
LIBGEE_VERSION_MAJOR = 0.18
|
||||||
|
LIBGEE_VERSION = $(LIBGEE_VERSION_MAJOR).0
|
||||||
|
LIBGEE_SITE = http://ftp.gnome.org/pub/gnome/sources/libgee/$(LIBGEE_VERSION_MAJOR)
|
||||||
|
LIBGEE_SOURCE = libgee-$(LIBGEE_VERSION).tar.xz
|
||||||
|
LIBGEE_DEPENDENCIES = host-pkgconf host-vala libglib2
|
||||||
|
LIBGEE_INSTALL_STAGING = YES
|
||||||
|
LIBGEE_LICENSE = LGPLv2.1+
|
||||||
|
LIBGEE_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
$(eval $(autotools-package))
|
Loading…
x
Reference in New Issue
Block a user