ede/ede-panel/applets/Jamfile
Sanel Zukan 7b1245f06a Moving hider to panel itself, instead as separate applet.
Hider calls some Panel specific code and doing that from applet will make shit like selinux or apparmor quite unhappy (due relocations), which will refuse to start ede-panel. ...yet another workaround for that crapy security junk.
2013-01-04 14:36:40 +00:00

23 lines
701 B
Plaintext

#
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2009 EDE Authors.
#
# This program is licensed under terms of the
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-panel applets ;
# SubInclude TOP ede-panel applets demo ;
SubInclude TOP ede-panel applets clock ;
SubInclude TOP ede-panel applets cpu-monitor ;
SubInclude TOP ede-panel applets mem-monitor ;
SubInclude TOP ede-panel applets keyboard-layout ;
SubInclude TOP ede-panel applets pager ;
SubInclude TOP ede-panel applets quick-launch ;
SubInclude TOP ede-panel applets start-menu ;
SubInclude TOP ede-panel applets system-tray ;
SubInclude TOP ede-panel applets taskbar ;