summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2026-01-18 12:00:09 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2026-01-18 12:22:20 +0000
commitd40ac9a26e70f0c081c5423760aedf06e0f8a3bb (patch)
tree605d22e1856c86ec3b5248ddea6d9063e85a1767 /perl-install
parent0be2e8406a93d97ff2ed9be73286807e051baa5f (diff)
downloaddrakx-d40ac9a26e70f0c081c5423760aedf06e0f8a3bb.tar
drakx-d40ac9a26e70f0c081c5423760aedf06e0f8a3bb.tar.gz
drakx-d40ac9a26e70f0c081c5423760aedf06e0f8a3bb.tar.bz2
drakx-d40ac9a26e70f0c081c5423760aedf06e0f8a3bb.tar.xz
drakx-d40ac9a26e70f0c081c5423760aedf06e0f8a3bb.zip
installer: add mesa EGL and GL libraries needed by WebKit2 (mga#34988)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/share/list.xml17
2 files changed, 17 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 53d4cf9a5..bf5705aef 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,4 @@
+- add mesa EGL and GL libraries needed by WebKit2 (mga#34988)
+ change default DHCP client to dhcpcd (mga#30938)
- fix incorrect timezone list when configureTimezone() is called more
than once
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml
index cd52d6bf2..2fc5a8d42 100644
--- a/perl-install/install/share/list.xml
+++ b/perl-install/install/share/list.xml
@@ -249,6 +249,11 @@
zone.tab
</from>
+<!-- needed by WebKit2 -->
+<from dir="/usr/share/glvnd/egl_vendor.d">
+ 50_mesa.json
+</from>
+
<filter command="strip">
<from dir="/LIB">
libnss_files.so.2
@@ -266,11 +271,21 @@
mutter-*/plugins/libdefault.so
</from>
- <!-- needed fro Gtk3-WebKit2 -->
+ <!-- needed for Gtk3-WebKit2 -->
<from expand="glob">
libwebkit2gtk-4.1.so.?
</from>
webkit2gtk-4.1/injected-bundle/libwebkit2gtkinjectedbundle.so
+
+ <!-- needed by WebKit2 -->
+ <from expand="glob">
+ libEGL.so.1
+ libEGL_mesa.so.0
+ libGL.so.1
+ libGLdispatch.so.0
+ libGLX.so.0
+ libGLX_mesa.so.0
+ </from>
</from>
</filter>