OSDN Git Service

build: Don't fail if libX11 isn't installed
authorDaniel Stone <daniel@fooishbar.org>
Tue, 9 Oct 2012 03:27:06 +0000 (14:27 +1100)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 15 Oct 2012 03:41:35 +0000 (20:41 -0700)
commit4004620d34a580c8fdb965d9b640e97453fc8b28
treef74e612118209824acaae409dce3c9bf18dbb493
parent43e6c51aed90f56e799f5cabb0b65fc352199750
build: Don't fail if libX11 isn't installed

configure.ac would previously refuse to complete if libX11 wasn't
installed, even if we'd disabled GLX and weren't building an X11 EGL
platform.  Make the check simply set the no_x variable that's used (but
never set) immediately below for what looks like this very case.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
configure.ac