ghaerr / microwindows

The Nano-X Window System
Other
659 stars 90 forks source link

Nano-X application screenshot-jpg not compiles when HAVE_JPEG_SUPPORT=Y in config file #31

Closed JulStrat closed 5 years ago

JulStrat commented 5 years ago

Hello, Greg !

My workaround change line:116 in src/demos/nanox/Makefile from ifeq ($(FRAMEBUFFER), Y) to ifeq ($(SCREEN), FB) I don't know if it's correct solution, but works for me.

Regards,

Julian.

ghaerr commented 5 years ago

Thanks, that is the proper fix! However, client-side direct framebuffer access was just added, which allows all applications mmap'd access to either a hardware framebuffer, or software framebuffer emulator. Thus, screenshot-jpg is now built whenever HAVE_JPEG_SUPPPORT=Y.