diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-03-22 18:21:59 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-03-22 18:22:22 +0100 |
commit | 5658314467b26459954c4c126ae44ce0a834db92 (patch) | |
tree | 571ab4a10f0904696f6a0b35bfba71246fe87c3c /perl-install/install | |
parent | 993138488e22d53e5e7651543815671900cc72c3 (diff) | |
download | drakx-5658314467b26459954c4c126ae44ce0a834db92.tar drakx-5658314467b26459954c4c126ae44ce0a834db92.tar.gz drakx-5658314467b26459954c4c126ae44ce0a834db92.tar.bz2 drakx-5658314467b26459954c4c126ae44ce0a834db92.tar.xz drakx-5658314467b26459954c4c126ae44ce0a834db92.zip |
do not include twice webkit2gtk library
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 86b18fd1f..33afe7365 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- do not include twice webkit2gtk library - prevent usrmove files to remain - remove swrast (too big just to fix a gtk+ warning...) diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 1013528d2..af0b5aff4 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -241,7 +241,7 @@ <!-- needed fro Gtk3-WebKit2 --> <from expand="glob"> - libwebkit2gtk-4.0.so.* + libwebkit2gtk-4.0.so.?? </from> webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so </from> |