diff options
author | darealshinji <djcj@gmx.de> | 2015-03-28 19:34:00 +0100 |
---|---|---|
committer | darealshinji <djcj@gmx.de> | 2015-03-28 19:34:00 +0100 |
commit | e5a9b8e8a53a4066ea4f52caf4a53bbaee0c5d0c (patch) | |
tree | 9a9eeda14dd3465b09e902f6f6aca5dea2e1ba44 /debian | |
parent | don't return error after running dh_auto_clean (diff) | |
download | lumina-e5a9b8e8a53a4066ea4f52caf4a53bbaee0c5d0c.tar.gz lumina-e5a9b8e8a53a4066ea4f52caf4a53bbaee0c5d0c.tar.bz2 lumina-e5a9b8e8a53a4066ea4f52caf4a53bbaee0c5d0c.zip |
Debian: missing dependency libxcb-composite0-dev
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7e7832b2..e354c150 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Christopher Roy Bratusek <nano@jpberlin.de> Build-Depends: debhelper (>= 9), qt5-qmake, qtbase5-dev, qtmultimedia5-dev, - libxcb1-dev, libx11-xcb-dev, libxcb-ewmh-dev, + libxcb1-dev, libx11-xcb-dev, libxcb-composite0-dev, libxcb-ewmh-dev, libx11-dev, libxrender-dev, libxcomposite-dev, libxdamage-dev, libxcb-icccm4-dev, libxcb-damage0-dev, libxcb-util0-dev, libqt5x11extras5-dev, qttools5-dev-tools, libxcb-image0-dev |