Skip to content

Commit

Permalink
Fix build from gnome_installer removal from cinnamon-desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Nov 14, 2024
1 parent 183cf31 commit 8f1dd1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions panels/color/cc-color-panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include <glib/gi18n.h>
#include "cc-color-panel.h"

#include <libcinnamon-desktop/gnome-installer.h>

#define WID(b, w) (GtkWidget *) gtk_builder_get_object (b, w)

CC_PANEL_REGISTER (CcColorPanel, cc_color_panel)
Expand Down
3 changes: 1 addition & 2 deletions panels/color/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ panel_color = shared_library('color',
],
dependencies: [
gtk,
colord,
cinn_desktop,
colord
],
install: true,
install_dir: panels_dir
Expand Down

0 comments on commit 8f1dd1e

Please sign in to comment.