Browse Source

lsb-graphics.ask: added libpciaccess required by libdrm.

master
Nagy Károly Gábriel 12 years ago
parent
commit
b5ec740307
2 changed files with 12 additions and 2 deletions
  1. +9
    -1
      config.in
  2. +3
    -1
      pkgsel.d/lsb-graphics.ask

+ 9
- 1
config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/linux-base/config.in
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,6 +14,14 @@
#Description: LSB Compliant Base
for x in \
CCACHE_USEIT=1 \
GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 GCC_GO=0 \
; do
export SDECFGSET_PKG_$x
done
if [ ! -s "$cfgtmpdir/$target.config.in" ]; then
# render files just once
lib/sde-config/pkgseldir_compile.sh \

+ 3
- 1
pkgsel.d/lsb-graphics.ask

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/linux-base/pkgsel.d/lsb-graphics.ask
# Copyright (C) 2009 - 2011 The OpenSDE Project
# Copyright (C) 2009 - 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -45,6 +45,8 @@ X libxdmcp
# needed by mesa
X dri2proto
X libdrm
# needed by libdrm
X libpciaccess
X gccmakedep
X glproto
X xf86vidmodeproto

Loading…
Cancel
Save