diff options
author | Andreas Enge <andreas@enge.fr> | 2015-10-04 00:51:21 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-10-04 11:09:14 +0200 |
commit | 7431edea5b6eb4d1c67ddf9971efdfdbc65fc349 (patch) | |
tree | 750d96c61af99d69fd446a035ece66d8ef7d554d /gnu-system.am | |
parent | f8822418f1d93e73c3b1431d0d4d1b1f2ea5c213 (diff) | |
download | patches-7431edea5b6eb4d1c67ddf9971efdfdbc65fc349.tar patches-7431edea5b6eb4d1c67ddf9971efdfdbc65fc349.tar.gz |
gnu: qt-4: Disable webkit build.
* gnu/packages/qt.scm (qt-4)[source]: Add snippet to remove the webkit code
and drop one patch used previously for webkit.
[arguments]: Add configure flag to disable building the webkit module.
* gnu/packages/patches/qt4-tests.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Partially fixes <http://bugs.gnu.org/21288>.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 0afe345809..8eb268f752 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -611,7 +611,6 @@ dist_patch_DATA = \ gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ gnu/packages/patches/qemu-CVE-2015-6855.patch \ gnu/packages/patches/qt4-ldflags.patch \ - gnu/packages/patches/qt4-tests.patch \ gnu/packages/patches/qt5-runpath.patch \ gnu/packages/patches/ratpoison-shell.patch \ gnu/packages/patches/readline-link-ncurses.patch \ |