diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-02 18:53:34 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-03 00:05:18 +0200 |
commit | 35bc55eaaae8d9d463d3fddcf0b200685014865a (patch) | |
tree | 82fe3b047abb366aebc02468371b9a18f340f8da /package/qt/0005-script-qtdbus-no-gui.patch | |
parent | e9b614ad3ad6bdeb48179dfa622dc7e3134806e2 (diff) | |
download | buildroot-35bc55eaaae8d9d463d3fddcf0b200685014865a.tar.gz buildroot-35bc55eaaae8d9d463d3fddcf0b200685014865a.zip |
qt: don't download patch from Github
Patches downloaded from Github are not stable, so bring them in the
tree.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt/0005-script-qtdbus-no-gui.patch')
-rw-r--r-- | package/qt/0005-script-qtdbus-no-gui.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/qt/0005-script-qtdbus-no-gui.patch b/package/qt/0005-script-qtdbus-no-gui.patch deleted file mode 100644 index e29e9e4a1b..0000000000 --- a/package/qt/0005-script-qtdbus-no-gui.patch +++ /dev/null @@ -1,22 +0,0 @@ -[PATCH] fix build with script+dbus enabled, but no gui - -The script/qtdbus plugin doesn't need gui support, so don't try to -link it against libQtGui. - -Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> ---- - src/plugins/script/qtdbus/qtdbus.pro | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: qt-4.7.3/src/plugins/script/qtdbus/qtdbus.pro -=================================================================== ---- qt-4.7.3.orig/src/plugins/script/qtdbus/qtdbus.pro -+++ qt-4.7.3/src/plugins/script/qtdbus/qtdbus.pro -@@ -1,6 +1,6 @@ - TARGET = qtscriptdbus - include(../../qpluginbase.pri) --QT = core gui script -+QT = core script - CONFIG += qdbus - - SOURCES += main.cpp |