Add libglx-dev and libopengl-dev as dependencies for qt6-base-dev.

This commit is contained in:
Patrick Franz 2022-04-10 20:52:04 +02:00
parent 69dc5c6afb
commit 7e82630e3e
No known key found for this signature in database
GPG Key ID: 9E9F7A603077FE56
2 changed files with 4 additions and 1 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ qt6-base (6.2.4+dfsg-2) UNRELEASED; urgency=medium
[ Patrick Franz ]
* Disable rpath.
* Add libglx-dev and libopengl-dev as dependencies for qt6-base-dev.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 10 Apr 2022 19:34:45 +0200

4
debian/control vendored
View File

@ -331,7 +331,9 @@ Package: qt6-base-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqt6concurrent6 (= ${binary:Version}),
Depends: libglx-dev,
libopengl-dev,
libqt6concurrent6 (= ${binary:Version}),
libqt6core6 (= ${binary:Version}),
libqt6dbus6 (= ${binary:Version}),
libqt6gui6 (= ${binary:Version}),