Skip to content

Commit

Permalink
Switch libappindicator to libayatana-appindicator
Browse files Browse the repository at this point in the history
  • Loading branch information
fvcr authored and xeco23 committed Jan 5, 2022
1 parent c49a485 commit 10d8cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ add_custom_command(
FIND_PACKAGE(PkgConfig REQUIRED)
PKG_CHECK_MODULES(GTKMM3 gtkmm-3.0 REQUIRED)
PKG_CHECK_MODULES(WEBKIT webkit2gtk-4.0 REQUIRED)
PKG_CHECK_MODULES(APP_INDICATOR appindicator3-0.1 REQUIRED)
PKG_CHECK_MODULES(APP_INDICATOR ayatana-appindicator3-0.1 REQUIRED)
include_directories(${GTKMM3_INCLUDE_DIRS} ${WEBKIT_INCLUDE_DIRS} ${APP_INDICATOR_INCLUDE_DIRS})

add_executable(whatsapp-for-linux
Expand Down
2 changes: 1 addition & 1 deletion src/ui/TrayIcon.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

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

namespace wfl::ui
Expand Down

0 comments on commit 10d8cc0

Please sign in to comment.