[mythtv-commits] Ticket #9477: [PATCH] libmythui: compilation fails with disable-X11
MythTV
noreply at mythtv.org
Thu Jan 13 10:03:57 UTC 2011
#9477: [PATCH] libmythui: compilation fails with disable-X11
-------------------------------------------------+-------------------------
Reporter: Lawrence Rust <lvr@…> | Owner: stuartm
Type: Patch - Bug Fix | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - User Interface Library | Version: Unspecified
Severity: medium | Keywords:
Ticket locked: 0 |
-------------------------------------------------+-------------------------
If ./configure is run with --disable-X11 on a Linux system then
compilation of libmythui/mythdisplay.cpp fails with an undefined reference
to OpenMythXDisplay(). This is because Q_WS_X11 is defined by Qmake but
mythxdisplay.h conditionally defines OpenMythXDisplay() dependent on
USING_X11. This patch adds USING_X11 to the conditional in
mythdisplay.cpp
--
Ticket URL: <http://code.mythtv.org/trac/ticket/9477>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list