zynaddsubfx: add cmakeFlags for CMake >= 3.5 (#450012)
This commit is contained in:
@@ -134,6 +134,7 @@ stdenv.mkDerivation rec {
|
||||
cmakeFlags = [
|
||||
"-DGuiModule=${guiModule}"
|
||||
"-DZYN_DATADIR=${placeholder "out"}/share/zynaddsubfx"
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
]
|
||||
# OSS library is included in glibc.
|
||||
# Must explicitly disable if support is not wanted.
|
||||
|
||||
Reference in New Issue
Block a user