[sysprof/wip/gtk4-port: 37/132] build: remove dazzle reference
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/gtk4-port: 37/132] build: remove dazzle reference
- Date: Tue, 7 Dec 2021 08:29:11 +0000 (UTC)
commit daaa3ae5b610af2444f58a7ff5fc86ea679b022b
Author: Christian Hergert <chergert redhat com>
Date: Tue Sep 28 13:59:56 2021 -0700
build: remove dazzle reference
build-aux/flatpak/org.gnome.Sysprof3.json | 15 ---------------
meson.build | 1 -
src/libsysprof-ui/css/SysprofDisplay-shared.css | 4 ----
3 files changed, 20 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Sysprof3.json b/build-aux/flatpak/org.gnome.Sysprof3.json
index edf94112..03044b50 100644
--- a/build-aux/flatpak/org.gnome.Sysprof3.json
+++ b/build-aux/flatpak/org.gnome.Sysprof3.json
@@ -97,21 +97,6 @@
}
]
},
- {
- "name" : "libdazzle",
- "config-opts" : [
- "--libdir=/app/lib",
- "--buildtype=debugoptimized"
- ],
- "buildsystem" : "meson",
- "builddir" : true,
- "sources" : [
- {
- "type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/libdazzle.git"
- }
- ]
- },
{
"name" : "sysprof",
"config-opts" : [
diff --git a/meson.build b/meson.build
index 8feed80a..b0bb2695 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,6 @@ podir = join_paths(meson.source_root(), 'po')
glib_req_version = '>= 2.67.4'
gtk_req_version = '>= 3.22'
polkit_req_version = '>= 0.105'
-dazzle_req_version = '>= 3.30.0'
cc = meson.get_compiler('c')
diff --git a/src/libsysprof-ui/css/SysprofDisplay-shared.css b/src/libsysprof-ui/css/SysprofDisplay-shared.css
index abddcde6..4c992489 100644
--- a/src/libsysprof-ui/css/SysprofDisplay-shared.css
+++ b/src/libsysprof-ui/css/SysprofDisplay-shared.css
@@ -77,10 +77,6 @@ SysprofVisualizersFrame .left-column .small-button.flat:hover {
border-color: @borders;
}
-SysprofDisplay > dzlmultipaned > :nth-child(2) {
- border-top: 1px solid @borders;
- }
-
SysprofVisualizersFrame .selection {
border-radius: 3px;
background-color: alpha(@theme_selected_bg_color, 0.35);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]