[neon/qt/qtbase/Neon/unstable] debian: revert gl deps in hope it allows qtdeclarative to compile

Jonathan Riddell null at kde.org
Fri Apr 26 17:14:11 BST 2024


Git commit cfc75a3ad5da4f601ff30ac1dae9a2d0d28c170b by Jonathan Riddell.
Committed on 26/04/2024 at 16:14.
Pushed by jriddell into branch 'Neon/unstable'.

revert gl deps in hope it allows qtdeclarative to compile

M  +5    -5    debian/control

https://invent.kde.org/neon/qt/qtbase/-/commit/cfc75a3ad5da4f601ff30ac1dae9a2d0d28c170b

diff --git a/debian/control b/debian/control
index 9955121b..bea42abf 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,8 @@ Build-Depends: debhelper-compat (= 13),
                libfontconfig-dev,
                libfreetype-dev,
                libgbm-dev [linux-any],
-               libgl-dev,
-               libgles-dev,
+               libgl1-mesa-dev | libgl-dev,
+               libgles2-mesa-dev | libgles2-dev,
                libglib2.0-dev,
                libglu1-mesa-dev | libglu-dev,
                libgtk-3-dev,
@@ -357,9 +357,9 @@ Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends: libegl-dev,
-         libgl-dev [!armel !armhf],
-         libgles-dev [armel armhf],
-         libglu1-mesa-dev [!armel !armhf] | libglu-dev [!armel !armhf],
+         libgl1-mesa-dev [!armel !armhf !arm64] | libgl-dev [!armel !armhf !arm64],
+         libgles2-mesa-dev [armel armhf arm64] | libgles2-dev [armel armhf arm64],
+         libglu1-mesa-dev [!armel !armhf !arm64] | libglu-dev [!armel !armhf !arm64],
          libqt5concurrent5t64 (= ${binary:Version}),
          libqt5core5t64 (= ${binary:Version}),
          libqt5dbus5t64 (= ${binary:Version}),


More information about the Neon-commits mailing list