Skip to content

Explicitly link display extension against libX11

Nima Saed-Samii requested to merge nima/hdtv:fix-root6 into master

On some platforms the ROOT library set does not include the X11 libraries needed by the display extension. This commit explicity tells python to link against the X11 library when building the display extension.

Merge request reports