Skip to content

Commit

Permalink
xfce4-whiskermenu-plugin: Explicitly disable building with AccountsSe…
Browse files Browse the repository at this point in the history
…rvice

AccountsService was removed from MarIuX, and since Whisker Menu 0.8.0
AccountsService is not autodetected anymore, and building with it is
enabled by default, causing the configuration to fail:

    -- Checking for module 'accountsservice>=0.6.45'
    --   No package 'accountsservice' found
    CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:607 (message):
      A required package was not found
    Call Stack (most recent call first):
      /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal)
      panel-plugin/CMakeLists.txt:74 (pkg_check_modules)

So, explicitly disable building with AccountsService.
  • Loading branch information
pmenzel committed Jan 17, 2024
1 parent a10ad27 commit 6bea888
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions xfce4-whiskermenu-plugin.be0
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fe60c0c93f72d1533f6fc972d3a80c99/xfce4-
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
-DENABLE_ACCOUNTS_SERVICE=OFF
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 6bea888

Please sign in to comment.