I am attempting to use the latest Terminal from XFCE land and have an dependency issue I am unsure of how to remedy. The terminal tar is xfce4-terminal-1.1.3.tar.bz2 and thus far the following missing dependencies have been installed/update as requested due to version issues.
intltool-debian ,, this was first but version still too low so I then installed intltool which was acceptable.
pkg-config was next.
My next attempt at ./configure produced the following.
I read a bit on X11 and xorg and am not certain what to upgrade as I have not successfully found the above mentioned packages. I am also using an onboard Intel GPU so I don't think Wayland can be enabled. However, it looks like I need either the dependencies met, or Wayland enabled. I am going for the dependency path.
I would appreciate some guidance on this, my first time to attempt building something so I am a bit in the fog.
Thanks
intltool-debian ,, this was first but version still too low so I then installed intltool which was acceptable.
pkg-config was next.
My next attempt at ./configure produced the following.
Code:
checking pkg-config is at least version 0.9.0... yeschecking if the X11 windowing system is enabled... dependencies missing: x11 >= 1.6.7, gdk-x11-3.0 >= 3.22.0checking if the Wayland windowing system is enabled... dependencies missing: gdk-wayland-3.0 >= 3.22.0configure: error: Either both X11 and Wayland support was disabled, or required dependencies are missing. One of the two must be enabled.I would appreciate some guidance on this, my first time to attempt building something so I am a bit in the fog.
Thanks
Statistics: Posted by Augie77 — 2024-04-18 14:47 — Replies 3 — Views 86