mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
blender: remove unused cmake config
- WITH_GHOST_WAYLAND_DBUS removed upstream in 0c914667852bcbc1a933ad84aabad75b7a49a647 (v4.0.0) - WITH_GHOST_WAYLAND_LIBDECOR removed upstream in 7032b785782628066f53df302bef5c39e0e51616 (v5.0.0)
This commit is contained in:
@@ -213,9 +213,7 @@ stdenv'.mkDerivation (finalAttrs: {
|
||||
]
|
||||
++ lib.optionals waylandSupport [
|
||||
(lib.cmakeBool "WITH_GHOST_WAYLAND" true)
|
||||
(lib.cmakeBool "WITH_GHOST_WAYLAND_DBUS" true)
|
||||
(lib.cmakeBool "WITH_GHOST_WAYLAND_DYNLOAD" false)
|
||||
(lib.cmakeBool "WITH_GHOST_WAYLAND_LIBDECOR" true)
|
||||
]
|
||||
++ lib.optionals stdenv.cc.isClang [
|
||||
(lib.cmakeFeature "PYTHON_LINKFLAGS" "") # Clang doesn't support "-export-dynamic"
|
||||
|
||||
Reference in New Issue
Block a user