mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 17:00:54 +00:00
a16b7bce95
* chore: sync with Terra 39 * fix: update mock-configs path * fix: use f38 specs for desktops * chore: move more lomiri/unity specific packages (#880) * Fix(ubuntu-sdk): update description & version (#878) Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> * fix: disable docs package (#887) * sync more changes from f39 * add keyd fixes --------- Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> Signed-off-by: lleyton <lleyton@fyralabs.com> Co-authored-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
33 lines
985 B
Diff
33 lines
985 B
Diff
diff --git a/services/CMakeLists.txt b/services/CMakeLists.txt
|
|
index 2829cd2..4ec220d 100644
|
|
--- a/services/CMakeLists.txt
|
|
+++ b/services/CMakeLists.txt
|
|
@@ -11,7 +11,6 @@ set(UNITY_PANEL_SERVICE_DEPS
|
|
gtk+-3.0>=3.3
|
|
indicator3-0.4>=12.10.2
|
|
x11
|
|
- libido3-0.1>=13.0.0
|
|
)
|
|
|
|
pkg_check_modules(SERVICE_DEPS REQUIRED ${UNITY_PANEL_SERVICE_DEPS})
|
|
diff --git a/services/panel-main.c b/services/panel-main.c
|
|
index f6488ba..d3dc59b 100644
|
|
--- a/services/panel-main.c
|
|
+++ b/services/panel-main.c
|
|
@@ -22,7 +22,6 @@
|
|
#include <glib-unix.h>
|
|
#include <gio/gio.h>
|
|
#include <gtk/gtk.h>
|
|
-#include <libido/libido.h>
|
|
|
|
#include "config.h"
|
|
#include "panel-a11y.h"
|
|
@@ -466,7 +465,6 @@ main (gint argc, gchar **argv)
|
|
|
|
gtk_init (&argc, &argv);
|
|
gtk_icon_theme_append_search_path (gtk_icon_theme_get_default(), INDICATORICONDIR);
|
|
- ido_init ();
|
|
|
|
context = g_option_context_new ("- Unity Panel Service");
|
|
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
|