Added preservestaticlibs variable to base/pcre Discarded rc.smartd init script for a more simpler runit service file in base/smartmontools among other fixes Disabled tests in base/soxr Added a new patch to extra/gthumb and partially fixed functions its build script Upgraded gtk/atk to 2.36.0 Added LICENSE to gtk/gnome-themes-extra
10 lines
352 B
Diff
10 lines
352 B
Diff
--- a/meson.build 2023-03-28 00:00:52.212015313 +0530
|
|
+++ b/meson.build 2023-03-28 00:01:06.583813892 +0530
|
|
@@ -232,6 +232,7 @@
|
|
dependency('gmodule-2.0'),
|
|
dependency('gio-unix-2.0'),
|
|
dependency('gtk+-3.0', version : gtk_version),
|
|
+ dependency('x11'),
|
|
dependency('libpng'),
|
|
dependency('zlib'),
|
|
dependency('gsettings-desktop-schemas')
|