07-15-2020, 08:13 AM
(This post was last modified: 07-15-2020, 08:17 AM by someGermanGuy.)
on debian/ubuntu, those are usually marked with the suffix -dev, like gtk-dev
on fedora/centos/rhel etc. they are usually marked as -devel
unfortunately, no idea how this works on arch linux
but you could use pkgfile to see what packaga provides those
edit: https://www.archlinux.org/packages/extra/x86_64/gtk3/
they contain the devel files, so those files should be installed when installing e.g. cairo, atk, pango etc.
you could check how those packages are built by archlinux (i am sure they have some CI/CD system) or maybe ask in #archlinux
on fedora/centos/rhel etc. they are usually marked as -devel
unfortunately, no idea how this works on arch linux
but you could use pkgfile to see what packaga provides those
edit: https://www.archlinux.org/packages/extra/x86_64/gtk3/
they contain the devel files, so those files should be installed when installing e.g. cairo, atk, pango etc.
you could check how those packages are built by archlinux (i am sure they have some CI/CD system) or maybe ask in #archlinux