openembedded/meta-openembedded

xscreensaver: why are glx hacks disabled?

Opened this issue · 1 comments

I stumbled across this while playing with OpenGL on an embedded device:

-SUBDIRS = utils jwxyz hacks/images hacks hacks/glx hacks/fonts \
- driver po
+SUBDIRS = utils jwxyz hacks/images hacks hacks/fonts \
+ driver

The commit removes the hacks/glx directory without explanation. Was that by mistake? I've tried and while the recipe needed some adjustment in my case, the GLX hacks work fine once reenabled by undoing part of that patch.

[edited to expand the included snippet)

@argosphil its an oversight, only po generation is supposed to be removed by this patch. Can you submit your changes to this patch to re-enable glx hacks a PR