linuxmint/nemo

Latest commit doesn't build as it's not finding `gtk_layer_shell`

stevenxxiu opened this issue · 0 comments

Distribution

Arch Linux

Package version

4494b3f

Frequency

Always

Bug description

Nemo isn't building. It's not finding gtk_layer_shell in

conf.set('HAVE_GTK_LAYER_SHELL', gtk_layer_shell.found())
.

The broken commit is 4494b3f#diff-30d8f6be6320feeacf686be94f48c70869b52630e01ea625f0f15adc0d57c3e4R143.

Steps to reproduce

Build by:

meson --prefix=/usr \
      --libexecdir=lib/${pkgname} \
      --buildtype=plain \
      ..
ninja

Expected behavior

Nemo builds.

Additional information

No response