-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Samuel Martin <[email protected]>
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
config BR2_PACKAGE_TELEPATHY_FARSIGHT | ||
bool "telepathy-farsight" | ||
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_DBUS_GLIB | ||
select BR2_PACKAGE_FARSIGHT2 | ||
help | ||
Farsight connection manager for the Telepathy framework. | ||
|
||
http://telepathy.freedesktop.org | ||
http://telepathy.freedesktop.org/doc/telepathy-farsight/ | ||
|
||
comment "telepathy-farsight needs a toolchain w/ wchar, threads" | ||
depends on BR2_USE_MMU | ||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
################################################################################ | ||
# | ||
# telepathy-farsight | ||
# | ||
################################################################################ | ||
|
||
TELEPATHY_FARSIGHT_VERSION = 0.0.19 | ||
TELEPATHY_FARSIGHT_SITE = http://telepathy.freedesktop.org/releases/telepathy-farsight | ||
TELEPATHY_FARSIGHT_LICENSE = LGPLv2.1 | ||
TELEPATHY_FARSIGHT_LICENSE_FILES = COPYING | ||
TELEPATHY_FARSIGHT_INSTALL_STAGING = YES | ||
TELEPATHY_FARSIGHT_DEPENDENCIES = host-pkgconf \ | ||
dbus dbus-glib \ | ||
libglib2 \ | ||
telepathy-glib \ | ||
farsight2 | ||
TELEPATHY_FARSIGHT_CONF_OPT = \ | ||
--disable-python | ||
|
||
$(eval $(autotools-package)) |