mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 115 forks source link

Include libxrandr-dev in Build-Depends #697

Closed OzFalcon closed 2 years ago

OzFalcon commented 2 years ago

sbuild fails with

Compiling obj/fe_present.o...
src/fe_present.cpp:42:10: fatal error: X11/extensions/Xrandr.h: No such file or directory
   42 | #include <X11/extensions/Xrandr.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:486: obj/fe_present.o] Error 1
OzFalcon commented 2 years ago

Noticed another change to be made in /src/debian/control Creating a new pull request