diff options
| author | Fatih Aşıcı <fatih.asici@gmail.com> | 2013-12-30 11:34:15 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-31 00:09:24 +0100 |
| commit | 09f204a93734951a87d7e5dd103a328df8de4f4d (patch) | |
| tree | 3108cdc739ca749a5640af6780cfa1ecabd539f3 /package/qt5/qt5graphicaleffects | |
| parent | 5d24fd03aec2acd2594238f62e31e684e76fa5b9 (diff) | |
| download | buildroot-09f204a93734951a87d7e5dd103a328df8de4f4d.tar.gz buildroot-09f204a93734951a87d7e5dd103a328df8de4f4d.zip | |
qt5: use a common option for JavaScriptCore dependencies
This will be used by other qt packages that contain a copy of
JavaScriptCore.
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5graphicaleffects')
| -rw-r--r-- | package/qt5/qt5graphicaleffects/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt5/qt5graphicaleffects/Config.in b/package/qt5/qt5graphicaleffects/Config.in index 4958586393..f4029e9d9d 100644 --- a/package/qt5/qt5graphicaleffects/Config.in +++ b/package/qt5/qt5graphicaleffects/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_QT5GRAPHICALEFFECTS bool "qt5graphicaleffects" select BR2_PACKAGE_QT5BASE select BR2_PACKAGE_QT5DECLARATIVE - depends on BR2_PACKAGE_QT5DECLARATIVE_AVAILABLE + depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE depends on BR2_PACKAGE_HAS_OPENGL_EGL depends on BR2_PACKAGE_HAS_OPENGL_ES help @@ -15,4 +15,4 @@ config BR2_PACKAGE_QT5GRAPHICALEFFECTS comment "qt5graphicaleffects requires an OpenGL-capable backend" depends on (!BR2_PACKAGE_HAS_OPENGL_EGL || !BR2_PACKAGE_HAS_OPENGL_ES) && \ - BR2_PACKAGE_QT5DECLARATIVE_AVAILABLE + BR2_PACKAGE_QT5_JSCORE_AVAILABLE |

