Commit a9f379ab authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

torsmo: needs X11 support

parent b7046770
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@
	ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
	python, quagga, radvd, rsync, rubix, samba, sawman, sdl,
	shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
	synergy, syslinux, target-binutils, tcpdump, u-boot, util-linux,
	valgrind, vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, xboard,
	xstroke, zlib
	synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot,
	util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
	xdata_xcursor-themes, xboard, xstroke, zlib

	Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice

+1 −0
Original line number Diff line number Diff line
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.

+2 −0
Original line number Diff line number Diff line
@@ -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))