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"
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
+++ /dev/null
-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.
+++ /dev/null
-################################################################################
-#
-# 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))