xmonad / X11

A Haskell binding to the X11 graphics library.

Home Page:http://hackage.haskell.org/package/X11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compiledWithXrandr is braindead

dmwit opened this issue · comments

Nothing ever sets compiledWithXrandr = False. That can't be right.

The configure script throws an error if the xrandr headers aren't available. So it is, in fact, right: if you succeeded at compiling the library, it was compiled with xrandr.

I did a bit of work on this issue before discovering that configure throws an error. This is now available in the optional-xrandr branch, to give some hypothetical future user who wants to compile X11 without xrandr support a head start.