progs: Fix linking of Xlib demos for non-autoconf builds
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 1 Apr 2010 21:59:10 +0000 (14:59 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 20 Apr 2010 03:21:57 +0000 (20:21 -0700)
commit8e5effefc7e1cf147315841894d1548f09b96cbc
tree2a14bed6dd848eac72717b102996b385fb160e4a
parent4e7a4bed372a6da4dde8926f3bc30c56e3fbe07b
progs: Fix linking of Xlib demos for non-autoconf builds

The Xlib demos were fixed to use $(X11_LIBS) so that configure could
detect the proper directory to link the library from, but this broke
the non-autoconf builds. Give X11_LIBS a default value to fallback on.
(cherry picked from commit e40fce13e152ecf929c899ed38a8e5f7d198c738)
configs/default