diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-08-08 23:15:22 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-08-08 23:15:22 -0300 |
commit | f45c45c720627fb93177e8754f52743c6fdfec37 (patch) | |
tree | 22911c0a944d3cfc681ca6583fa47dacb34c6fc3 | |
parent | f709e02c3723f1747652209533836cda33140ca2 (diff) | |
download | qtbase-f45c45c720627fb93177e8754f52743c6fdfec37.tar.gz |
Armel also builds libqkms.so, added to the proper install file.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libqt5gui5.install-armel | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0b2598c..ab0f830 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ qtbase-opensource-src (5.1.0+dfsg-2) UNRELEASED; urgency=low * Add Dont_check_for_the_existence_of_priv_inc_dirs.patch that avoids making our users install private headers in order to compile with CMake (Closes: #718348). + * Armel also builds libqkms.so, added to the proper install file. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Tue, 09 Jul 2013 20:24:35 -0300 diff --git a/debian/libqt5gui5.install-armel b/debian/libqt5gui5.install-armel index 575f662..dd2d95b 100644 --- a/debian/libqt5gui5.install-armel +++ b/debian/libqt5gui5.install-armel @@ -1,2 +1,3 @@ -usr/lib/*/qt5/plugins/platforms/libqminimalegl.so usr/lib/*/qt5/plugins/platforms/libqeglfs.so +usr/lib/*/qt5/plugins/platforms/libqkms.so +usr/lib/*/qt5/plugins/platforms/libqminimalegl.so |