divine: remove package

This commit removes the divine package, since the corresponding
functionality has been merged in DirectFB itself since 1.7.x.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2015-09-02 00:01:10 +02:00 committed by Peter Korsgaard
parent d16db90e31
commit ae46e8f9e3
4 changed files with 13 additions and 28 deletions

View File

@ -104,6 +104,19 @@ comment "build, or run, in unpredictable ways. "
comment "----------------------------------------------------"
endif
###############################################################################
comment "Legacy options removed in 2015.11"
config BR2_PACKAGE_DIVINE
bool "divine package removed"
select BR2_LEGACY
select BR2_PACKAGE_DIRECTFB_DIVINE
help
This option has been removed because the divine package no
longer exists: it was merged inside DirectFB itself. This
feature can now be enabled using the
BR2_PACKAGE_DIRECTFB_DIVINE option.
###############################################################################
comment "Legacy options removed in 2015.08"

View File

@ -229,7 +229,6 @@ comment "Graphic libraries"
source "package/cegui06/Config.in"
source "package/directfb/Config.in"
source "package/directfb-examples/Config.in"
source "package/divine/Config.in"
source "package/fbdump/Config.in"
source "package/fbgrab/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS

View File

@ -1,8 +0,0 @@
config BR2_PACKAGE_DIVINE
bool "directfb virtual input extension"
depends on BR2_PACKAGE_DIRECTFB
help
DiVine provides a DirectFB input driver that reads input
events from a pipe and dispatches them via a virtual input
device. It also installs the tool 'spooky' that allows to
send input events to DirectFB applications.

View File

@ -1,19 +0,0 @@
################################################################################
#
# divine
#
################################################################################
# tagged version 1.6.3, tarball is missing files
DIVINE_VERSION = 83cafc257a42b9465cd9d6185bf66b8c1b7ed704
DIVINE_SITE = git://git.directfb.org/git/directfb/extras/DiVine.git
DIVINE_LICENSE = LGPLv2.1+
DIVINE_LICENSE_FILES = COPYING
DIVINE_INSTALL_STAGING = YES
DIVINE_DEPENDENCIES = directfb
DIVINE_CONFIG_SCRIPTS = divine-config
# package has no configure script so we have to generate it
DIVINE_AUTORECONF = YES
$(eval $(autotools-package))