diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-24 17:01:43 +0200 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-06-24 17:01:43 +0200 |
commit | 0cadb56dc138fe2142c1f6332dfa177f63547755 (patch) | |
tree | 1d01d553284a5292479b33969c6062fe46d99efe | |
parent | f79e6a4f95b538b2b9e70b6c74b0f00410965879 (diff) |
Add libpciaccess-dev build-dep.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c74631b7..cdb70fe5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libdrm (2.4.26-1) UNRELEASED; urgency=low * New upstream release: - Fix two important intel bugs. + * Add libpciaccess-dev build-dep. -- Cyril Brulebois <kibi@debian.org> Fri, 24 Jun 2011 16:59:56 +0200 diff --git a/debian/control b/debian/control index 7b3673d4..71d057bd 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: pkg-config, libpthread-stubs0-dev, libudev-dev [linux-any], + libpciaccess-dev, Standards-Version: 3.9.2 Section: libs Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libdrm |