From a9f379abf0569bc99cd1ea12291bfd41521430b8 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 23 Nov 2009 15:16:41 +0100 Subject: torsmo: needs X11 support Signed-off-by: Peter Korsgaard --- package/torsmo/Config.in | 1 + package/torsmo/torsmo.mk | 2 ++ 2 files changed, 3 insertions(+) (limited to 'package/torsmo') diff --git a/package/torsmo/Config.in b/package/torsmo/Config.in index 58b9febf8..ec9cb2220 100644 --- a/package/torsmo/Config.in +++ b/package/torsmo/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_TORSMO bool "torsmo" + depends on BR2_PACKAGE_XORG7 help Torsmo is a system monitor that sits in the corner of your desktop. diff --git a/package/torsmo/torsmo.mk b/package/torsmo/torsmo.mk index f9aa71dfb..03477d175 100644 --- a/package/torsmo/torsmo.mk +++ b/package/torsmo/torsmo.mk @@ -12,5 +12,7 @@ TORSMO_INSTALL_TARGET = YES TORSMO_CONF_OPT = --x-includes="-I$(STAGING_DIR)/usr/include/X11" --x-libraries="-I$(STAGING_DIR)/usr/lib" --with-x +TORSMO_DEPENDENCIES = xserver_xorg-server + $(eval $(call AUTOTARGETS,package,torsmo)) -- cgit v1.2.3