From ae46e8f9e37c24b960015ef1522fedabb1dabd41 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 2 Sep 2015 00:01:10 +0200 Subject: [PATCH] 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 Signed-off-by: Peter Korsgaard --- Config.in.legacy | 13 +++++++++++++ package/Config.in | 1 - package/divine/Config.in | 8 -------- package/divine/divine.mk | 19 ------------------- 4 files changed, 13 insertions(+), 28 deletions(-) delete mode 100644 package/divine/Config.in delete mode 100644 package/divine/divine.mk diff --git a/Config.in.legacy b/Config.in.legacy index 33305665d9..3d4551c26b 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -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" diff --git a/package/Config.in b/package/Config.in index b53e089767..f7ed07acf8 100644 --- a/package/Config.in +++ b/package/Config.in @@ -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 diff --git a/package/divine/Config.in b/package/divine/Config.in deleted file mode 100644 index 7909004761..0000000000 --- a/package/divine/Config.in +++ /dev/null @@ -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. diff --git a/package/divine/divine.mk b/package/divine/divine.mk deleted file mode 100644 index 322e5fcc86..0000000000 --- a/package/divine/divine.mk +++ /dev/null @@ -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)) -- 2.30.2