From patchwork Thu Jan 12 16:38:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/4] sysprof: conditionalized build of gtk frontend Date: Thu, 12 Jan 2012 16:38:16 -0000 From: Enrico Scholz X-Patchwork-Id: 19195 Message-Id: <1326386296-1526-5-git-send-email-enrico.scholz@sigma-chemnitz.de> To: openembedded-core@lists.openembedded.org Cc: Enrico Scholz 'sysprof' can be used on headless system and it is desirable to avoid building of the gtk+/glade software stacks. Signed-off-by: Enrico Scholz --- meta/recipes-kernel/sysprof/sysprof_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb index bd34f00..8cacff5 100644 --- a/meta/recipes-kernel/sysprof/sysprof_git.bb +++ b/meta/recipes-kernel/sysprof/sysprof_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "sysprof - System-wide Performance Profiler for Linux" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "gtk+ libglade" +DEPENDS = "${@base_contains('DISTRO_FEATURES', 'x11', 'gtk+ libglade', '', d)}" SRCREV = "4692f85f625f4fd969cef4ab5dc47cc4655c87f9" PR = "r2"