fastfetch: remove unused cmake options

This commit is contained in:
Austin Horstman 2025-05-02 19:05:03 -05:00
parent 2c1a3811e4
commit e0541f42ab
No known key found for this signature in database

View File

@ -188,7 +188,6 @@ stdenv.mkDerivation (finalAttrs: {
[
(lib.cmakeOptionType "filepath" "CMAKE_INSTALL_SYSCONFDIR" "${placeholder "out"}/etc")
(lib.cmakeBool "ENABLE_DIRECTX_HEADERS" false)
(lib.cmakeBool "ENABLE_OSMESA" false)
(lib.cmakeBool "ENABLE_SYSTEM_YYJSON" true)
# Feature flags
@ -228,8 +227,6 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "ENABLE_WAYLAND" waylandSupport)
(lib.cmakeBool "ENABLE_X11" x11Support)
(lib.cmakeBool "ENABLE_XCB" x11Support)
(lib.cmakeBool "ENABLE_XCB_RANDR" x11Support)
(lib.cmakeBool "ENABLE_XRANDR" x11Support)