diff options
| author | Romain Naour <romain.naour@openwide.fr> | 2015-12-19 17:39:15 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-20 14:07:15 +0100 |
| commit | e6209bbb60686cb51c83282e97e8309027ec8133 (patch) | |
| tree | 2f3943bdc26c5494a6456aac7d06cbf03c4bedbb /package/Config.in | |
| parent | 820e16856a7ac32c7c8077a07385c075cd5cb6ea (diff) | |
package/libefl: move to package directory
As discussed on the list move the last remaining package
in package/efl subdirectory to package/ directory.
- move the efl dependency to libefl.
- Set LIBEFL_VERSION with the version number directly.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
| -rw-r--r-- | package/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Config.in b/package/Config.in index 55cd874f3..53e898872 100644 --- a/package/Config.in +++ b/package/Config.in @@ -253,6 +253,7 @@ endif source "package/fbv/Config.in" source "package/freerdp/Config.in" source "package/imagemagick/Config.in" + source "package/libefl/Config.in" source "package/linux-fusion/Config.in" source "package/lite/Config.in" source "package/mesa3d/Config.in" @@ -269,7 +270,6 @@ endif source "package/sdl2/Config.in" comment "Other GUIs" - source "package/efl/Config.in" source "package/qt/Config.in" source "package/qt5/Config.in" if BR2_PACKAGE_QT || BR2_PACKAGE_QT5 |
