From a04fdae836d38182b928011be3dc7007de6071b7 Mon Sep 17 00:00:00 2001 From: Damian Hobson-Garcia Date: Mon, 26 Jan 2015 15:10:12 +0900 Subject: [PATCH] Use versioned backend library The backend libraries are versioned. Open the versioned library to avoid having to install the debug package just to get the symbolic link to the versioned lib. Change-Id: I28e8f0367a0ed143e0c74b5b0ddad64c667171bc --- backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.c b/backend.c index 37d2e7a..c5a300d 100644 --- a/backend.c +++ b/backend.c @@ -40,7 +40,7 @@ * directory.. */ static const char *backends[] = { - "libgbm_kms.so", + "libgbm_kms.so.1", }; static const void * -- 2.7.4