[neon/qt/qtbase/Neon/release] debian: gl not on arm64 either

Jonathan Riddell null at kde.org
Tue Nov 3 16:33:19 GMT 2020


Git commit 00274ae4993269100254dc7aa9681d965a460b7e by Jonathan Riddell.
Committed on 03/11/2020 at 16:33.
Pushed by jriddell into branch 'Neon/release'.

gl not on arm64 either

M  +2    -2    debian/qtbase5-dev.install
M  +9    -9    debian/qtbase5-private-dev.install

https://invent.kde.org/neon/qt/qtbase/commit/00274ae4993269100254dc7aa9681d965a460b7e

diff --git a/debian/qtbase5-dev.install b/debian/qtbase5-dev.install
index f4853c8..7de92ba 100755
--- a/debian/qtbase5-dev.install
+++ b/debian/qtbase5-dev.install
@@ -1,6 +1,6 @@
 #! /usr/bin/dh-exec
-[!armel !armhf] usr/lib/*/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
-[!armel !armhf] usr/lib/*/qt5/mkspecs/modules/qt_lib_glx_support_private.pri
+[!arm64 !armel !armhf] usr/lib/*/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
+[!arm64 !armel !armhf] usr/lib/*/qt5/mkspecs/modules/qt_lib_glx_support_private.pri
 [kfreebsd-any linux-any] usr/lib/*/cmake/Qt5EglFsKmsSupport/Qt5EglFsKmsSupportConfig.cmake
 [kfreebsd-any linux-any] usr/lib/*/cmake/Qt5EglFsKmsSupport/Qt5EglFsKmsSupportConfigVersion.cmake
 [kfreebsd-any linux-any] usr/lib/*/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake
diff --git a/debian/qtbase5-private-dev.install b/debian/qtbase5-private-dev.install
index acf25b1..1efc7ca 100755
--- a/debian/qtbase5-private-dev.install
+++ b/debian/qtbase5-private-dev.install
@@ -1,13 +1,13 @@
 #! /usr/bin/dh-exec
-[!armel !armhf] usr/include/*/qt5/QtGlxSupport/5.*/*
-[!armel !armhf] usr/include/*/qt5/QtGlxSupport/QtGlxSupport
-[!armel !armhf] usr/include/*/qt5/QtGlxSupport/QtGlxSupportDepends
-[!armel !armhf] usr/include/*/qt5/QtGlxSupport/QtGlxSupportVersion
-[!armel !armhf] usr/include/*/qt5/QtGlxSupport/qtglxsupportversion.h
-[!armel !armhf] usr/lib/*/cmake/Qt5GlxSupport/Qt5GlxSupportConfig.cmake
-[!armel !armhf] usr/lib/*/cmake/Qt5GlxSupport/Qt5GlxSupportConfigVersion.cmake
-[!armel !armhf] usr/lib/*/libQt5GlxSupport.a
-[!armel !armhf] usr/lib/*/libQt5GlxSupport.prl
+[!arm64 !armel !armhf] usr/include/*/qt5/QtGlxSupport/5.*/*
+[!arm64 !armel !armhf] usr/include/*/qt5/QtGlxSupport/QtGlxSupport
+[!arm64 !armel !armhf] usr/include/*/qt5/QtGlxSupport/QtGlxSupportDepends
+[!arm64 !armel !armhf] usr/include/*/qt5/QtGlxSupport/QtGlxSupportVersion
+[!arm64 !armel !armhf] usr/include/*/qt5/QtGlxSupport/qtglxsupportversion.h
+[!arm64 !armel !armhf] usr/lib/*/cmake/Qt5GlxSupport/Qt5GlxSupportConfig.cmake
+[!arm64 !armel !armhf] usr/lib/*/cmake/Qt5GlxSupport/Qt5GlxSupportConfigVersion.cmake
+[!arm64 !armel !armhf] usr/lib/*/libQt5GlxSupport.a
+[!arm64 !armel !armhf] usr/lib/*/libQt5GlxSupport.prl
 [kfreebsd-any linux-any] usr/include/*/qt5/QtEglFSDeviceIntegration/5.*/*
 [kfreebsd-any linux-any] usr/include/*/qt5/QtEglFSDeviceIntegration/QtEglFSDeviceIntegration
 [kfreebsd-any linux-any] usr/include/*/qt5/QtEglFSDeviceIntegration/QtEglFSDeviceIntegrationDepends


More information about the Neon-commits mailing list