mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
5220b6e2e0
Includes switch from autotools-based build system to meson-based build system. Co-Authored-By: Ilan Joselevich <personal@ilanjoselevich.com>
14 lines
418 B
Diff
14 lines
418 B
Diff
diff --git a/themes/spinfinity/meson.build b/themes/spinfinity/meson.build
|
|
index f48e8e55..5a2050c8 100644
|
|
--- a/themes/spinfinity/meson.build
|
|
+++ b/themes/spinfinity/meson.build
|
|
@@ -53,8 +53,3 @@ install_data(
|
|
'throbber-33.png',
|
|
install_dir: plymouth_theme_path / 'spinfinity',
|
|
)
|
|
-
|
|
-install_symlink('header-image.png',
|
|
- install_dir: plymouth_theme_path / 'spinfinity',
|
|
- pointing_to: plymouth_logo_file,
|
|
-)
|