diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2014-09-06 23:03:10 +0200 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2014-09-06 23:03:10 +0200 |
commit | ea8d22673e0b8a55508973b66bfa3c1196d0da48 (patch) | |
tree | 2111deebdbf1702f506191980667aa66e95cc8b0 /debian/control | |
parent | better version of previous commit (diff) | |
download | lumina-ea8d22673e0b8a55508973b66bfa3c1196d0da48.tar.gz lumina-ea8d22673e0b8a55508973b66bfa3c1196d0da48.tar.bz2 lumina-ea8d22673e0b8a55508973b66bfa3c1196d0da48.zip |
missing build-dependency on libx11-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c0b9fb2a..bfa306a7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lumina-desktop Section: x11 Priority: optional Maintainer: Christopher Roy Bratusek <nano@jpberlin.de> -Build-Depends: debhelper (>= 9), qt4-qmake, libqt4-dev, make, g++, libphonon-dev, +Build-Depends: debhelper (>= 9), qt4-qmake, libqt4-dev, make, g++, libphonon-dev, libx11-dev Standards-Version: 3.9.5 Homepage: https://github.com/pcbsd/lumina |