Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
control: Add libd3dadapter9-mesa to -dev depends.
· 9094a8aa
Timo Aaltonen
authored
Sep 22, 2018
9094a8aa
control: Fix libd3dadapter9-mesa-dev section, and drop shlibs:Depends.
· fd8a47f4
Timo Aaltonen
authored
Sep 22, 2018
fd8a47f4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fd8a47f4
mesa (18.2.0-4) UNRELEASED; urgency=medium
* control: Add libd3dadapter9-mesa to -dev depends.
* control: Fix libd3dadapter9-mesa-dev section, and drop
shlibs:Depends.
-- Timo Aaltonen <tjaalton@debian.org> Sat, 22 Sep 2018 17:34:47 +0300
mesa (18.2.0-3) experimental; urgency=medium
* control, rules: Nine needs llvmpipe, and also makes sense to build it
...
...
debian/control
View file @
fd8a47f4
...
...
@@ -96,12 +96,12 @@ Description: state-tracker for Direct3D9
achieve native (or better) graphics performance.
Package: libd3dadapter9-mesa-dev
Section: lib
s
Section: lib
devel
Architecture: amd64 arm64 armel armhf i386 kfreebsd-i386 powerpc
Depends:
${shlibs:Depends},
${misc:Depends},
libd3dadapter9-mesa (= ${binary:Version}),
libudev1 [linux-any],
${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: state-tracker for Direct3D9 -- development files
...
...