xconsole: add new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
560fe85bf7
commit
5d23c700e2
@ -88,6 +88,7 @@ if BR2_PACKAGE_XORG7
|
||||
source package/x11r7/xapp_xclipboard/Config.in
|
||||
source package/x11r7/xapp_xclock/Config.in
|
||||
source package/x11r7/xapp_xcmsdb/Config.in
|
||||
source package/x11r7/xapp_xconsole/Config.in
|
||||
source package/x11r7/xapp_xcursorgen/Config.in
|
||||
source package/x11r7/xapp_xdbedizzy/Config.in
|
||||
source package/x11r7/xapp_xditview/Config.in
|
||||
|
9
package/x11r7/xapp_xconsole/Config.in
Normal file
9
package/x11r7/xapp_xconsole/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XAPP_XCONSOLE
|
||||
bool "xconsole"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
help
|
||||
xconsole - monitor system console messages with X
|
15
package/x11r7/xapp_xconsole/xapp_xconsole.mk
Normal file
15
package/x11r7/xapp_xconsole/xapp_xconsole.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xconsole
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XCONSOLE_VERSION = 1.0.6
|
||||
XAPP_XCONSOLE_SOURCE = xconsole-$(XAPP_XCONSOLE_VERSION).tar.bz2
|
||||
XAPP_XCONSOLE_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XCONSOLE_LICENSE = MIT
|
||||
XAPP_XCONSOLE_LICENSE_FILES = COPYING
|
||||
XAPP_XCONSOLE_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXt xproto_xproto \
|
||||
xlib_libXmu
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user