ui: do not build-depend or link with libdrm, it is not needed
authorMichael Tokarev <mjt@tls.msk.ru>
Sat, 30 Jun 2018 16:54:48 +0000 (19:54 +0300)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 3 Jul 2018 08:30:25 +0000 (10:30 +0200)
commit4939a1df7d60b4a24458544557ae262852e28567
treee22ac46ceb468e332fcdcd6f71e055ee2d0fa854
parentab08440a4ee09032d1a9cb22fdcab23bc7e1c656
ui: do not build-depend or link with libdrm, it is not needed

Opengl support brings up libdrm. But actually nothing uses this library
or includes any of its headers. Just remove checking for it from configure.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180630165448.30795-1-mjt@msgid.tls.msk.ru
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
configure