Re: Build Gtk+ by Meson with locally installed Glib

2017-12-30 Thread Andrey Ponomarenko
This is helpful. PATH=/path/to/glib/2.55.0/bin:$PATH PKG_CONFIG_PATH=/path/to/glib/2.55.0/lib/pkgconfig meson . build_dir --prefix=/ Also, installing to a local directory requires setting of the DESTDIR variable: PATH=/path/to/glib/2.55.0/bin:$PATH ninjaDESTDIR=/install/path ninja install Thanks a

Build Gtk+ by Meson with locally installed Glib

2017-12-29 Thread Andrey Ponomarenko
Hi, How can I build Gtk+ 3.93.0 by Meson with locally installed Glib 2.55.0? I have tried pkgconfig: PKG_CONFIG_PATH=/path/to/glib/2.55.0/lib/pkgconfig meson -Ddisable-modules=true -Denable-wayland-backend=false -Dintrospection=false -Ddemos=false -Dbuild-tests=false -Ddocumentation=false

ABI Navigator for Gtk releases

2017-02-22 Thread Andrey Ponomarenko
Hello, I'd like to present a new project called "ABI Navigator" for searching binary symbols (functions, global data, etc.) in Gtk and other open-source libraries: https://abi-laboratory.pro/index.php?view=navigator The project allows to find out in which versions of the library some symbol is