mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: remove dazzle reference
This commit is contained in:
@ -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" : [
|
||||
|
||||
@ -23,7 +23,6 @@ podir = join_paths(meson.current_source_dir(), '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')
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user