Update patch to upstreamed version
Resolves: #2021061
(cherry picked from Fedora commit 16aa6c8f96
)
This commit is contained in:
parent
044331cb44
commit
7afeae2967
@ -1,4 +1,4 @@
|
|||||||
From c4266327ce7a76558f238692e0e8a4e5788fa646 Mon Sep 17 00:00:00 2001
|
From 552a4b2c82f41c1dbba410b825673cf67d089b68 Mon Sep 17 00:00:00 2001
|
||||||
From: Kalev Lember <klember@redhat.com>
|
From: Kalev Lember <klember@redhat.com>
|
||||||
Date: Mon, 23 Aug 2021 15:38:46 +0200
|
Date: Mon, 23 Aug 2021 15:38:46 +0200
|
||||||
Subject: [PATCH] build: Fix detection for pre-compiled css files
|
Subject: [PATCH] build: Fix detection for pre-compiled css files
|
||||||
@ -12,7 +12,7 @@ instead of themes/Adwaita/.
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/gtk/meson.build b/gtk/meson.build
|
diff --git a/gtk/meson.build b/gtk/meson.build
|
||||||
index fa66764c50..4ba89f2298 100644
|
index fa66764c50..bfb5105fe5 100644
|
||||||
--- a/gtk/meson.build
|
--- a/gtk/meson.build
|
||||||
+++ b/gtk/meson.build
|
+++ b/gtk/meson.build
|
||||||
@@ -842,7 +842,7 @@ gtk_gresources_xml = configure_file(output: 'gtk.gresources.xml',
|
@@ -842,7 +842,7 @@ gtk_gresources_xml = configure_file(output: 'gtk.gresources.xml',
|
||||||
@ -20,7 +20,7 @@ index fa66764c50..4ba89f2298 100644
|
|||||||
theme_deps = []
|
theme_deps = []
|
||||||
# For git checkouts, but not for tarballs...
|
# For git checkouts, but not for tarballs...
|
||||||
-if not fs.exists('theme/Adwaita/Adwaita.css')
|
-if not fs.exists('theme/Adwaita/Adwaita.css')
|
||||||
+if not fs.exists('theme/Default/gtk-light.css')
|
+if not fs.exists('theme/Default/Default-light.css')
|
||||||
# ... build the theme files
|
# ... build the theme files
|
||||||
sassc = find_program('sassc', required: false)
|
sassc = find_program('sassc', required: false)
|
||||||
if not sassc.found()
|
if not sassc.found()
|
||||||
|
Loading…
Reference in New Issue
Block a user