diff mbox

Enable libkms by default on DragonFly

Message ID 1392628074-15945-1-git-send-email-ftigeot@wolfpond.org (mailing list archive)
State New, archived
Headers show

Commit Message

François Tigeot Feb. 17, 2014, 9:07 a.m. UTC
Signed-off-by: François Tigeot <ftigeot@wolfpond.org>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

Comments

François Tigeot March 1, 2014, 10:10 a.m. UTC | #1
On Mon, Feb 17, 2014 at 10:07:54AM +0100, François Tigeot wrote:
> Signed-off-by: François Tigeot <ftigeot@wolfpond.org>
> ---
>  configure.ac | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configure.ac b/configure.ac
> index d2d19d6..b7eef96 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -187,6 +187,7 @@ if test "x$LIBKMS" = xauto ; then
>  		linux*)		LIBKMS="yes" ;;
>  		freebsd* | kfreebsd*-gnu)
>  				LIBKMS="yes" ;;
> +		dragonfly*)	LIBKMS="yes" ;;
>  		*)		LIBKMS="no" ;;
>  	esac
>  fi
> -- 
> 1.8.5.2

Even though the DragonFly kernel contains a kms implementation, libdrm only
enable libkms support for Linux and FreeBSD by default.

Is anyone willing to push the above commit ?
Rob Clark March 3, 2014, 3:17 a.m. UTC | #2
On Sat, Mar 1, 2014 at 5:10 AM, Francois Tigeot <ftigeot@wolfpond.org> wrote:
> On Mon, Feb 17, 2014 at 10:07:54AM +0100, François Tigeot wrote:
>> Signed-off-by: François Tigeot <ftigeot@wolfpond.org>
>> ---
>>  configure.ac | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/configure.ac b/configure.ac
>> index d2d19d6..b7eef96 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -187,6 +187,7 @@ if test "x$LIBKMS" = xauto ; then
>>               linux*)         LIBKMS="yes" ;;
>>               freebsd* | kfreebsd*-gnu)
>>                               LIBKMS="yes" ;;
>> +             dragonfly*)     LIBKMS="yes" ;;
>>               *)              LIBKMS="no" ;;
>>       esac
>>  fi
>> --
>> 1.8.5.2
>
> Even though the DragonFly kernel contains a kms implementation, libdrm only
> enable libkms support for Linux and FreeBSD by default.
>
> Is anyone willing to push the above commit ?

pushed

BR,
-R
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index d2d19d6..b7eef96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -187,6 +187,7 @@  if test "x$LIBKMS" = xauto ; then
 		linux*)		LIBKMS="yes" ;;
 		freebsd* | kfreebsd*-gnu)
 				LIBKMS="yes" ;;
+		dragonfly*)	LIBKMS="yes" ;;
 		*)		LIBKMS="no" ;;
 	esac
 fi