diff options
author | Juergen Daubert <jue@jue.li> | 2014-07-02 18:29:43 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-07-02 18:29:43 +0200 |
commit | 32b16105ffc29add9633524e6d8b8c69452ecd63 (patch) | |
tree | 8df28793cbd29143bf1bda31d76e1aa0952b7fe9 | |
parent | a28192521758fbfee0f96cc5a09e606c77098cd9 (diff) | |
download | iso-32b16105ffc29add9633524e6d8b8c69452ecd63.tar.gz iso-32b16105ffc29add9633524e6d8b8c69452ecd63.tar.xz |
packages.xorg, setup-helper: mesa3d depends on libvdpau
-rwxr-xr-x | iso/bin/setup-helper | 2 | ||||
-rw-r--r-- | packages.xorg | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper index a10af1f..a84b4d1 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -112,7 +112,7 @@ if [ `is_installed libjpeg` ]; then fi if [ `is_installed mesa3d` ]; then - inject_packages llvm elfutils xorg-presentproto xorg-libxshmfence + inject_packages llvm elfutils libvdpau xorg-presentproto xorg-libxshmfence fi if [ `is_installed xorg-xf86-video-ati` ]; then diff --git a/packages.xorg b/packages.xorg index b04457c..ca19444 100644 --- a/packages.xorg +++ b/packages.xorg @@ -1,6 +1,7 @@ glu libdrm libpthread-stubs +libvdpau mesa3d xkeyboard-config xorg |