mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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)
10 lines
305 B
Text
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',
|
|
],
|