darling icon indicating copy to clipboard operation
darling copied to clipboard

Add Disable GUI ?

Open tnagorran opened this issue 3 years ago • 0 comments

darling must be built with all graphical dependencies like :

  • pulseaudio
  • x11
  • png-tiff-gif
  • freetype
  • opengl
  • xml

It is not possible to compile darling without graphic interface and so without this library it would be nice to add a --without-x / --without-pulseaudio (like wine) or simply a -DCMAKE_DISABLE_GUI=ON for those who use darling on servers and do not need all these dependencies graphic or executes only client applications (like wine build with --without-x or the wineconsole executable)

tnagorran avatar Oct 13 '22 18:10 tnagorran