Skip to content

Commit

Permalink
xfce4-whiskermenu-plugin: Disable support for positioning in Wayland
Browse files Browse the repository at this point in the history
MarIuX does not ship *gtk-layer-shell-0*, checked for by default:

    -- Checking for module 'gtk-layer-shell-0>=0.7'
    --   No package 'gtk-layer-shell-0' 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:80 (pkg_check_modules)

Description:

> -DENABLE_GTK_LAYER_SHELL=[ON]
>     Use GtkLayerShell to position menu in Wayland.
  • Loading branch information
pmenzel committed Jan 17, 2024
1 parent 6bea888 commit 6fac886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xfce4-whiskermenu-plugin.be0
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fe60c0c93f72d1533f6fc972d3a80c99/xfce4-

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

#mee_build() {
Expand Down

0 comments on commit 6fac886

Please sign in to comment.