diff options
author | Fatih Aşıcı <fatih.asici@gmail.com> | 2013-09-20 08:43:15 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-09 23:13:59 +0200 |
commit | f8a7c46ea3beca928705f01b31b75017ba8484ac (patch) | |
tree | 4f7bad1f5982b76dbf883889e875b5a70e7451ad /package/qt5/qt5webkit | |
parent | 17a32d31cf7fdebe2656793302cbf65c91545200 (diff) | |
download | buildroot-f8a7c46ea3beca928705f01b31b75017ba8484ac.tar.gz buildroot-f8a7c46ea3beca928705f01b31b75017ba8484ac.zip |
qt5: remove configure options from module packages
These packages do not have configure scripts.
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5webkit')
-rw-r--r-- | package/qt5/qt5webkit/qt5webkit.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/qt5/qt5webkit/qt5webkit.mk b/package/qt5/qt5webkit/qt5webkit.mk index 320a2ea3c7..87b15a99e4 100644 --- a/package/qt5/qt5webkit/qt5webkit.mk +++ b/package/qt5/qt5webkit/qt5webkit.mk @@ -11,7 +11,6 @@ QT5WEBKIT_DEPENDENCIES = qt5base sqlite host-ruby host-gperf QT5WEBKIT_INSTALL_STAGING = YES ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y) -QT5WEBKIT_CONFIGURE_OPTS += -opensource -confirm-license QT5WEBKIT_LICENSE = LGPLv2.1 or GPLv3.0 # Here we would like to get license files from qt5base, but qt5base # may not be extracted at the time we get the legal-info for |