mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
torsmo: needs X11 support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b704677018
commit
a9f379abf0
6
CHANGES
6
CHANGES
@ -30,9 +30,9 @@
|
|||||||
ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
|
ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
|
||||||
python, quagga, radvd, rsync, rubix, samba, sawman, sdl,
|
python, quagga, radvd, rsync, rubix, samba, sawman, sdl,
|
||||||
shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
|
shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
|
||||||
synergy, syslinux, target-binutils, tcpdump, u-boot, util-linux,
|
synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot,
|
||||||
valgrind, vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, xboard,
|
util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
|
||||||
xstroke, zlib
|
xdata_xcursor-themes, xboard, xstroke, zlib
|
||||||
|
|
||||||
Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
|
Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_TORSMO
|
config BR2_PACKAGE_TORSMO
|
||||||
bool "torsmo"
|
bool "torsmo"
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
Torsmo is a system monitor that sits in the corner of your desktop.
|
Torsmo is a system monitor that sits in the corner of your desktop.
|
||||||
|
|
||||||
|
@ -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_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))
|
$(eval $(call AUTOTARGETS,package,torsmo))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user