This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit d5fedd97c82b2cedcc78eb0a4422494200c890e4
Author: Eric Koegel <eric.koe...@gmail.com>
Date:   Sun Aug 31 11:01:50 2014 +0300

    Add DragonflyBSD to host check
    
    This patch just maps the dragonfly host check to freebsd for
    suspend/hibernate. It's what dragonfly already has to do when
    building upower, we'll just add it upstream for Xfce.
---
 configure.ac.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac.in b/configure.ac.in
index 11f21b3..fef3f41 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -173,6 +173,7 @@ if test x$with_backend = x; then
        AS_CASE([$host],
                [*-linux*],   [with_backend=linux],
                [*-*freebsd*], [with_backend=freebsd],
+               [*-*dragonfly*], [with_backend=freebsd],
                [*-openbsd*], [with_backend=openbsd])
 fi
 AC_DEFINE_UNQUOTED(BACKEND, "$with_backend", [backend])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to