torsmo: fix X.org dependency

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2013-01-06 11:29:36 +00:00 committed by Peter Korsgaard
parent 5eb1269029
commit 9d4a588cac
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
config BR2_PACKAGE_TORSMO
bool "torsmo"
depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
help
Torsmo is a system monitor that sits in the corner of your desktop.

View File

@ -11,7 +11,7 @@ TORSMO_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Torsmo
TORSMO_CONF_ENV = ac_cv_path_HELP2MAN=''
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
TORSMO_DEPENDENCIES = xlib_libX11 xlib_libXext
$(eval $(autotools-package))