#5546 adds an unconditional dependency on GTK and GDK, leading to an error when building with ENABLE_X11=ON:
CMake Error at fontforgeexe/gtk/CMakeLists.txt:16 (target_link_libraries):
Target "ffgtk" links to:
PkgConfig::GTKMM
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
I would not be opposed to removing the X11 backend entirely.
#5546 adds an unconditional dependency on GTK and GDK, leading to an error when building with
ENABLE_X11=ON:I would not be opposed to removing the X11 backend entirely.