Skip to content

Commit

Permalink
divine: remove package
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
tpetazzoni authored and jacmet committed Sep 10, 2015
1 parent d16db90 commit ae46e8f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 28 deletions.
13 changes: 13 additions & 0 deletions Config.in.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions package/divine/Config.in

This file was deleted.

19 changes: 0 additions & 19 deletions package/divine/divine.mk

This file was deleted.

0 comments on commit ae46e8f

Please sign in to comment.