:: Re: [DNG] Compiling xlibre on daeda…
Top Page
Delete this message
Reply to this message
Author: Ralph Ronnquist
Date:  
To: dng
Subject: Re: [DNG] Compiling xlibre on daedalus
On Tue, Jul 01, 2025 at 02:31:48PM -1000, Joel Roth via Dng wrote:
> The packages listed below enabled me to compile xlibre using
> meson as follows. Note that x11proto-dev needs to be from
> trixie.
>
>
> cd src
> git clone https://github.com/X11Libre/xserver
> cd xserver
> meson setup builddir
> cd builddir
> meson compile
>
>
> git
> autoconf
> automake
> autopoint
> make
> pkg-config:amd64
> byacc
> flex
> gcc
> gettext
> gperf
> m4
> libncurses5
> libncurses5-dev
> perl
> intltool
> libpng16-16
> libpng-dev
> llvm
> llvm-dev
> libtalloc2
> libtalloc-dev
> zlib1g
> zlib1g-dev
> libgbm1
> libgbm-dev
> libmtdev-dev
> libmtdev1
> libudev1
> libudev-dev
> libgcrypt11
> libgcrypt-dev
> fontconfig
> libfreetype6
> libfreetype6-dev
> asciidoc
> doxygen
> xmlto
> xsltproc
> libpixman-1-0
> libpixman-1-dev
> libevdev2
> libevdev-dev
> x11proto-dev
> libxcb-util-dev
> libxcb-shape0
> libxcb-shape0-dev
> libxcb-icccm4
> libxcb-icccm4-dev
> libxcb-xkb1
> libxcb-xkb-dev
> libxcb-xinput0
> libxcb-xinput-dev
> libxcb-damage0
> libxcb-damage0-dev
> libxcb-sync1
> libxcb-sync-dev
> libxcb-image0-dev
> libxcb-image0


Those sources need patching to use libseat so as to avoid the
logind+dbus lock-in.

Ralph.