diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-01 22:58:13 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-01 22:58:13 +0100 |
commit | 99809a0ae8a8fc6e9034a577bac158cc89e8ac44 (patch) | |
tree | a5184671c71da15d63d7e348073effcf32259df4 /package/qt5/qt5webkit-examples/qt5webkit-examples.mk | |
parent | f58b3a1c0340afa716bd01dc00ff01a2456fa4aa (diff) | |
download | buildroot-99809a0ae8a8fc6e9034a577bac158cc89e8ac44.tar.gz buildroot-99809a0ae8a8fc6e9034a577bac158cc89e8ac44.zip |
qt5webkit: fix typo in the <pkg>_DEPENDENCIES declaration
This commit fixes a typo introduced in commit
43e1d099b4fca37ce7cbbf3dd41fe4330610b723 ("Revert
"package/qt5webkit-examples: remove obsolete package""), which caused
qt5declarative to not be added as a dependency for the correct
package.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5webkit-examples/qt5webkit-examples.mk')
-rw-r--r-- | package/qt5/qt5webkit-examples/qt5webkit-examples.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt5/qt5webkit-examples/qt5webkit-examples.mk b/package/qt5/qt5webkit-examples/qt5webkit-examples.mk index 59e9248ffe..f81e994dc5 100644 --- a/package/qt5/qt5webkit-examples/qt5webkit-examples.mk +++ b/package/qt5/qt5webkit-examples/qt5webkit-examples.mk @@ -39,7 +39,7 @@ define QT5WEBKIT_EXAMPLES_INSTALL_STAGING_CMDS endef ifeq ($(BR2_PACKAGE_QT5DECLARATIVE),y) -QT5WEBKIT_DEPENDENCIES += qt5declarative +QT5WEBKIT_EXAMPLES_DEPENDENCIES += qt5declarative define QT5WEBKIT_EXAMPLES_INSTALL_QML cp -dpfr $(@D)/examples/webkitqml $(TARGET_DIR)/usr/lib/qt/examples endef |