Commit ae46e8f9 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent d16db90e
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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"

+0 −1
Original line number Diff line number Diff line
@@ -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

package/divine/Config.in

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
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.

package/divine/divine.mk

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
################################################################################
#
# 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))