treewide: Make explicit that 'dev' output of libX11 is used
This commit is contained in:
committed by
Vladimír Čunát
parent
7fb29bfa73
commit
c857552da8
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
configurePhase = ''
|
||||
tar xf ${mupen64plus.src}
|
||||
APIDIR=$(eval echo `pwd`/mupen64plus*/source/mupen64plus-core/src/api)
|
||||
export CXXFLAGS="-I${libX11}/include/X11 -DLIBDIR=\\\"${mupen64plus}/lib/\\\""
|
||||
export CXXFLAGS="-I${libX11.dev}/include/X11 -DLIBDIR=\\\"${mupen64plus}/lib/\\\""
|
||||
export LDFLAGS="-lwx_gtk2u_adv-2.9"
|
||||
python waf configure --mupenapi=$APIDIR --wxconfig=`type -P wx-config` --prefix=$out
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user