treewide: Make explicit that 'dev' output of xorgserver is used
This commit is contained in:
parent
51ca347278
commit
1819181726
@ -34,7 +34,7 @@ plasmaPackage rec {
|
|||||||
})
|
})
|
||||||
./0003-tzdir.patch
|
./0003-tzdir.patch
|
||||||
];
|
];
|
||||||
NIX_CFLAGS_COMPILE = [ "-I${xorgserver}/include/xorg" ];
|
NIX_CFLAGS_COMPILE = [ "-I${xorgserver.dev}/include/xorg" ];
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DEvdev_INCLUDE_DIRS=${xf86inputevdev}/include/xorg"
|
"-DEvdev_INCLUDE_DIRS=${xf86inputevdev}/include/xorg"
|
||||||
"-DSynaptics_INCLUDE_DIRS=${xf86inputsynaptics}/include/xorg"
|
"-DSynaptics_INCLUDE_DIRS=${xf86inputsynaptics}/include/xorg"
|
||||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ mtdev xproto xextproto inputproto libpciaccess randrproto ];
|
buildInputs = [ mtdev xproto xextproto inputproto libpciaccess randrproto ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
make INCLUDE="$NIX_CFLAGS_COMPILE -I${xorgserver}/include/xorg -I${pixman}/include/pixman-1 -Iinclude"
|
make INCLUDE="$NIX_CFLAGS_COMPILE -I${xorgserver.dev}/include/xorg -I${pixman}/include/pixman-1 -Iinclude"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user