Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_XSM
|
||||
bool "xsm"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
X Session Manager
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-February/002163.html
|
||||
sha256 ad9dee2847a683841f73518a83014b0accae60e9eff7e96752a0dbc412867b4a xsm-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xsm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XSM_VERSION = 1.0.3
|
||||
XAPP_XSM_SOURCE = xsm-$(XAPP_XSM_VERSION).tar.bz2
|
||||
XAPP_XSM_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XSM_LICENSE = MIT
|
||||
XAPP_XSM_LICENSE_FILES = COPYING
|
||||
XAPP_XSM_DEPENDENCIES = xlib_libXaw
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user