Skip to content

Commit

Permalink
Sui(update): use libayatana-appindicator
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Oct 22, 2023
1 parent 952f411 commit 8ab6ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ deps = [
dependency('libsoup-2.4'),
dependency('openssl'),
dependency('libsecret-1'),
dependency('appindicator3-0.1'),
dependency('ayatana-appindicator3-0.1'),
generated_meta_h,
]

Expand Down
2 changes: 1 addition & 1 deletion src/sui/sui_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

#include <gtk/gtk.h>
#include <libappindicator/app-indicator.h>
#include <libayatana-appindicator/app-indicator.h>

#include "sui/sui.h"
#include "meta.h"
Expand Down

0 comments on commit 8ab6ed1

Please sign in to comment.