diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-04-02 13:10:13 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-04-02 13:10:13 -0300 |
commit | 61b7321b448e9a3800e5ad9c53870d1bb82ca064 (patch) | |
tree | f85a072bb0927bf8a8d8fec5b5e601c6e93d71e3 | |
parent | 6493916af64f1ef35bed0f3971095eb80dd2d967 (diff) | |
download | qtdeclarative-61b7321b448e9a3800e5ad9c53870d1bb82ca064.tar.gz |
The dummy package does not needs to depend on libgl1-mesa-dri.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 20e2590..f98634f 100644 --- a/debian/control +++ b/debian/control @@ -202,7 +202,7 @@ Description: Qt 5 Private Widgets QML module Package: qtdeclarative5-qtquick2-plugin Architecture: all Section: oldlibs -Depends: libgl1-mesa-dri, qml-module-qtquick2, ${misc:Depends} +Depends: ${misc:Depends}, qml-module-qtquick2 Description: transitional dummy package Qt 5 Qt Quick 2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. |