hw/dmx: fix build without GLX
authorRob Clark <robdclark@gmail.com>
Wed, 5 Dec 2012 23:21:27 +0000 (23:21 +0000)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Tue, 18 Dec 2012 08:03:59 +0000 (00:03 -0800)
commit07a91fa6c6d535f3f05d4c3bd9c4d2b8c382c475
tree64564d96a2975ca28415b7a20b7dd21e87f6cb96
parent5692a1e8f5befd3698134b1a5516a4dadda00115
hw/dmx: fix build without GLX

Fixes this compile break that showed up on arm recently:

dmxinit.c:746:26: error: 'glxSupported' undeclared (first use in this function)
dmxinit.c:746:26: note: each undeclared identifier is reported only once for each function it appears in

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
hw/dmx/dmxinit.c