Self-compiled GTK4: artefacts and missing icons
#5
(01-09-2022, 01:58 PM)g40 Wrote: @Zombie Feynman Can you post your gtk4 build command  line? Mine keeps failing with various complaints and I do not seem to be able to tell it to build for Wayland. Using instructions from https://docs.gtk.org/gtk4/building.html.

First of all, sorry for the late reply.

Since GTK4 is now in Mobian's repos, I haven't touched this self-build in a while, but in any case I compiled GTK in /home/mobian/build by setting the following variables:
Code:
export CPPFLAGS="-I/home/mobian/build/include ${CPPFLAGS}" \
    LDFLAGS="-L/home/mobian/build/lib -L/home/mobian/build/lib/aarch64-linux-gnu ${LDFLAGS}" \
    PKG_CONFIG_PATH="/home/mobian/build/lib/pkgconfig:/home/mobian/build/share/pkgconfig:/home/mobian/build/lib/aarch64-linux-gnu/pkgconfig:${PKG_CONFIG_PATH}" \
    LD_LIBRARY_PATH="/home/mobian/build/lib:/home/mobian/build/lib/aarch64-linux-gnu:${LD_LIBRARY_PATH}" \
    PATH="/home/mobian/build/bin:${PATH}" \
    GSETTINGS_SCHEMA_DIR="/home/mobian/build/share/glib-2.0/schemas"

Apart from that I mostly just followed that same guide. You need to self-compile atk, gdk-pixbuf, glib, gobject-introspection, libepoxy, pango and wayland-protocols before GTK itself. Every invocation of meson should have --prefix=/home/mobian/build as an option, and for GTK itself, you need to disable the x11 backend by adding -Dx11-backend=false.
  Reply


Messages In This Thread
RE: Self-compiled GTK4: artefacts and missing icons - by Zombie Feynman - 02-06-2022, 05:42 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Nheko - Missing GStreamer plugins videoconvert freelectro 4 1,732 03-04-2023, 11:12 PM
Last Post: Kevin Kofler
  Magnetometer missing moxx 0 622 11-09-2022, 05:44 AM
Last Post: moxx
  LibreOffice Fix for tiny menu text and missing title bar grump_fiddle_reinstall 0 764 05-29-2022, 11:56 PM
Last Post: grump_fiddle_reinstall
  Software update missing on desktop MikeMan 1 1,450 01-27-2022, 06:10 AM
Last Post: bcnaz
  Wi-Fi adapter suddenly gone missing Zebulon Walton 1 1,471 11-15-2021, 05:20 PM
Last Post: Zebulon Walton
  Is there an encryption package missing from mobian? rp3 0 1,627 01-27-2021, 05:16 AM
Last Post: rp3
  Alternative icons? Luke 0 1,916 07-08-2020, 02:22 AM
Last Post: Luke

Forum Jump:


Users browsing this thread: 1 Guest(s)