Skip to content

Commit

Permalink
telepathy-glib: new package
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Martin <[email protected]>
  • Loading branch information
tSed committed Jun 23, 2014
1 parent a45edf7 commit c52bd99
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ menu "Networking"
source "package/slirp/Config.in"
source "package/snmppp/Config.in"
source "package/telepathy-farsight/Config.in"
source "package/telepathy-glib/Config.in"
source "package/thrift/Config.in"
source "package/usbredir/Config.in"
source "package/wvstreams/Config.in"
Expand Down
17 changes: 17 additions & 0 deletions package/telepathy-glib/Config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
config BR2_PACKAGE_TELEPATHY_GLIB
bool "telepathy-glib"
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_LIBXSLT
help
GLib bindings for the Telepathy D-Bus protocol.

http://telepathy.freedesktop.org
http://telepathy.freedesktop.org/doc/telepathy-glib/

comment "telepathy-glib needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
21 changes: 21 additions & 0 deletions package/telepathy-glib/telepathy-glib.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
################################################################################
#
# telepathy-glib
#
################################################################################

TELEPATHY_GLIB_VERSION = 0.23.0
TELEPATHY_GLIB_SITE = http://telepathy.freedesktop.org/releases/telepathy-glib
TELEPATHY_GLIB_LICENSE = LGPLv2.1+
TELEPATHY_GLIB_LICENSE_FILES = COPYING
TELEPATHY_GLIB_INSTALL_STAGING = YES
TELEPATHY_GLIB_DEPENDENCIES = host-pkgconf \
libglib2 dbus libxslt
TELEPATHY_GLIB_CONF_OPT = \
--disable-installed-tests \
--disable-backtrace \
--disable-debug-cache \
--disable-introspection \
--disable-vala-binding

$(eval $(autotools-package))

0 comments on commit c52bd99

Please sign in to comment.