forked from mirrors/nixpkgs
libdrm: enable omap support
fixes build for xorg.xf86videoomap
This commit is contained in:
parent
f2023c7ef1
commit
fe9c9f719d
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||
mesonFlags = [
|
||||
"-Dnm-path=${stdenv.cc.targetPrefix}nm"
|
||||
"-Dinstall-test-programs=true"
|
||||
"-Domap=true"
|
||||
] ++ lib.optionals (stdenv.isAarch32 || stdenv.isAarch64) [
|
||||
"-Dtegra=true"
|
||||
"-Detnaviv=true"
|
||||
|
|
Loading…
Reference in a new issue