ports/x11/plank/files/patch-lib_meson.build
Olivier Duchateau 814d442508 x11/plank: update to 0.11.114
ChangeLog: https://github.com/zquestz/plank-reloaded/releases/tag/0.11.114

 * Switch to Meson build system
 * Remove unneeded patch
 * Build battery docklet

PR:		285136
Reported by:	duchateau.olivier@gmail.com
Approved by:	daniel@shafer.cc (maintainer, timeout > 3 weeks)
2025-03-30 18:06:01 +02:00

10 lines
305 B
Text

--- lib/meson.build.orig 2025-02-28 03:58:18 UTC
+++ lib/meson.build
@@ -82,7 +82,6 @@ plank_internal_lib = static_library(
plank_internal_lib_sources,
dependencies: [plank_base_dep, wnck_x11_dep],
install: false,
- c_args: '-fvisibility=internal',
vala_args: [
'--pkg', 'compat',
],